Hello, I have a question, not an issue.
I would like to migrate from 5.3.10 to 6.1.3 and replace the link below:
<script src="//cdn.jsdelivr.net/npm/pixi.js@5.3.10/dist/pixi.min.js"></script>
When I look at the two CDN providers however:
https://www.jsdelivr.com/package/npm/pixi.js
https://cdnjs.com/libraries/pixi.js
then they offer the links
https://cdn.jsdelivr.net/npm/pixi.js@6.1.3/dist/cjs/pixi.min.js
https://cdnjs.cloudflare.com/ajax/libs/pixi.js/6.1.3/cjs/pixi.min.js
to the (much shorter) files different from the
https://pixijs.download/v6.1.3/pixi.min.js
So my question is please what are the correct CDN links for 6.1.3?
Thank you
Hello, I have a question, not an issue.
I would like to migrate from 5.3.10 to 6.1.3 and replace the link below:
<script src="//cdn.jsdelivr.net/npm/pixi.js@5.3.10/dist/pixi.min.js"></script>When I look at the two CDN providers however:
https://www.jsdelivr.com/package/npm/pixi.js
https://cdnjs.com/libraries/pixi.js
then they offer the links
https://cdn.jsdelivr.net/npm/pixi.js@6.1.3/dist/cjs/pixi.min.js
https://cdnjs.cloudflare.com/ajax/libs/pixi.js/6.1.3/cjs/pixi.min.js
to the (much shorter) files different from the
https://pixijs.download/v6.1.3/pixi.min.js
So my question is please what are the correct CDN links for 6.1.3?
Thank you