4 commits | 12 files changed | 0 commit comments | 1 contributor |
|
Attempt to upgrade PIXI... rollup fails to find the url library now? | c81d25a |
|
- Fixed the type annotations on ArrayResource so "npm run types" produces a valid pixi.js.d.ts - Added an npm script "npm run local" that runs dist, types, and packs up the output bundle to be ready for consumption by another local package | 0043ada |
|
Add the compiled bundle which we npm install from the parent project | 0a65a58 |
|
Attempt a UMD export, and keep the dist files around as we'll use this repo as a local npm package | 367f548 |
.gitignore |
---|
bundles/pixi.js/package.json |
---|
dist/pixi-legacy.js 0 → 100644 |
---|
Not supported
|
dist/pixi-legacy.min.js 0 → 100644 |
---|
dist/pixi.js 0 → 100644 |
---|
Not supported
|
dist/pixi.min.js 0 → 100644 |
---|
package.json |
---|
packages/constants/src/index.js |
---|
packages/core/src/Renderer.js |
---|
packages/core/src/renderTexture/BaseRenderTexture.js |
---|
packages/core/src/textures/resources/ArrayResource.js |
---|
rollup.config.js |
---|