I'm trying to draw the word cloud using wordcloud2.js:
var options =
{
list : wordsSizeList,
fontFamily: 'Finger Paint, cursive, sans-serif'
}
WordCloud(target, options);
But my words are getting blurred (which might be because of low resolution image).
Wordcloud2.js uses canvas for drawing these words. So there should be some way to increase the pixel density of this canvas ?