timdream / wordcloud2.js

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

replace const by var for IE support #177

Closed adrienpwd closed 3 years ago

adrienpwd commented 3 years ago

As mentioned on https://github.com/timdream/wordcloud2.js/pull/174, const was introduced and it breaks support for IE11.