You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The primary source of limitations and bug reports on the Node.js version stems from our use of the node-canvas library. We use this library because various features use the Canvas API, which is implemented natively in browser but not Node.js. We should investigate if any alternative libraries exist.