timdream / wordcloud2.js

Tag cloud/Wordle presentation on 2D canvas or HTML

Home Page:https://wordcloud2-js.timdream.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next 14

Benimation opened this issue · comments

commented

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