Pixi.js breaks Deno
I'm trying to import Pixi in a Fresh island:
This results in an error:
2 Replies
Try importing https://esm.sh/@pixi/react@7.1.0?alias=react:preact/compat&external=preact instead
also you should probably disable it from SSRing (i forgot how š) and put it in an island if it's not already
@bamitspixel were you able to successfully get this to work in an island? I'm trying to do the same and running into the following issue:
I've got the following in my import map...