pixijs / filters

Collection of community-authored custom display filters for PixiJS
https://pixijs.io/filters/docs/
MIT License
967 stars 158 forks source link

No v6.x module support on jsDelivr #451

Closed plurry closed 7 months ago

plurry commented 8 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.

plurry commented 7 months ago

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.