timdream / wordcloud2.js

Tag cloud/Wordle presentation on 2D canvas or HTML
https://wordcloud2-js.timdream.org/
MIT License
2.36k stars 511 forks source link

Is it possible to incorporate selected element editing? #119

Closed gitatmax closed 6 years ago

gitatmax commented 6 years ago

Hello! Great looking library.

Is it possible to alter the font, size, color, etc. of words (elements) with a UI (onclick, id, etc.)?

I see that I can specify a font in the example app but was wondering how I might achieve this on a per-element basis. I Googled around but didn't see any examples of this with this library.

Thanks in advance!