mistic100 / jQCloud

jQuery plugin for drawing neat word clouds that actually look like clouds
mistic100.github.io/jQCloud
MIT License
268 stars 106 forks source link

Working with Vanilla JS #35

Open adminy opened 5 years ago

adminy commented 5 years ago

All my code does not use jQuery and just for a small feature like jQCloud I have to use jQuery. I was thinking, what would take to make it work with vanilla JS?

mistic100 commented 5 years ago

Probably not so much, but as the readme says :

Long Term Support : I will not develop any more features for this library but contributions are more than welcomed and I will be happy to merge and publish new versions.

adminy commented 5 years ago

@mistic100 Thanks for the info, that makes sense now, I have a weird bug and I don't feel like opening another issue but the span elements are stuck together and as soon as I resize the window it fixes itself. Any quick fix for that?

Zegnat commented 5 years ago

In case people (@adminy) are still interested, I have started a fork where I went through and removed all jQuery dependencies: Zegnat/wordcloud. It is super opinionated though, so it may not be for everyone.