konvajs / konva

Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://konvajs.org/
Other
11.72k stars 933 forks source link

Error module canvas not found in nextjs #1455

Closed Aqshola closed 2 years ago

Aqshola commented 2 years ago

im just using react-konva with next13 and react-konva 18.2.3, and got error like this image. i've add konva in webpack config but still have same error, is any other way to fix this? or should I downgrade package version?

Aqshola commented 2 years ago

Fix using dynamic import in next js image