Closed yuxxeun closed 3 months ago
I believe it's invoking this method 👇
https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas/transferToImageBitmap
Possibly a problem with your code environment, or perhaps your canvas
variable isn't actually a canvas at this point, if you've changed the source code?
Thanks for your response @Zatheos
Now, its works. But suprisingly i dont know why, maybe its becasue I'm try to install the dependencies with bun
and yarn
(?).
End up with trying to re-clone from repositories and install all dependencies with npm i --legacy-peer-deps
, and works.
I got this error message when using
canvas-confetti
package, any idea?