Closed plurry closed 7 months ago
I saw #399 but I think this is a different issue.
I'd like to do:
import * as P from 'https://esm.run/pixi.js@8' import * as F from 'https://esm.run/pixi-filters@6'
This works with Pixi 7 and Filters 5, but it throws an error with Filters 6 right now.
I think this is a problem with esm.run because it works fine with esm.sh. I'm gonna close this and open an issue with jsDelivr (https://github.com/jsdelivr/jsdelivr/issues/18563) in case they want to work on it.
I saw #399 but I think this is a different issue.
I'd like to do:
This works with Pixi 7 and Filters 5, but it throws an error with Filters 6 right now.