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

Next 14 #207

Open Benimation opened 4 months ago

Benimation commented 4 months ago

This package throws an error after upgrading to Next 14

Apparently the issue is resolved when you change global.WordCloud = WordCloud to globalThis.WordCloud = WordCloud