pixi.js 8.6.5-dev.886067 → 8.6.5-dev.c673be0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/packages/advanced-blend-modes.js +1 -1
- package/dist/packages/advanced-blend-modes.min.js +1 -1
- package/dist/packages/math-extras.js +1 -1
- package/dist/packages/math-extras.min.js +1 -1
- package/dist/packages/unsafe-eval.js +1 -1
- package/dist/packages/unsafe-eval.min.js +1 -1
- package/dist/pixi.js +1 -1
- package/dist/pixi.min.js +1 -1
- package/dist/pixi.min.mjs +1 -1
- package/dist/pixi.mjs +1 -1
- package/dist/webworker.js +1 -1
- package/dist/webworker.min.js +1 -1
- package/dist/webworker.min.mjs +1 -1
- package/dist/webworker.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ across all devices and allowing you to create rich, interactive graphics and cro
|
|
|
34
34
|
|
|
35
35
|
### Setup
|
|
36
36
|
|
|
37
|
-
It's easy to get started with PixiJS! Just use our [PixiJS Create](pixijs.io/create-pixi/) CLI and get set up in just one command:
|
|
37
|
+
It's easy to get started with PixiJS! Just use our [PixiJS Create](https://pixijs.io/create-pixi/) CLI and get set up in just one command:
|
|
38
38
|
|
|
39
39
|
<p align="center">
|
|
40
40
|
<img width="500" style="border-radius: 10px; filter: drop-shadow(0px 2px 5px #000);;" alt="Screenshot from terminal" src="https://pixijs.io/create-pixi/img/demo.gif">
|
package/dist/pixi.js
CHANGED
package/dist/pixi.min.js
CHANGED
package/dist/pixi.min.mjs
CHANGED
package/dist/pixi.mjs
CHANGED
package/dist/webworker.js
CHANGED
package/dist/webworker.min.js
CHANGED
package/dist/webworker.min.mjs
CHANGED
package/dist/webworker.mjs
CHANGED