wordcloud2
wordcloud2 copied to clipboard
Fix bug when there is only one input word
When there is a single word, the following error occurs:
Uncaught TypeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': Value is not of type 'long'.
This PR fixes this