...
4 commits 12 files changed 0 commit comments 1 contributor
Commits on 2019-09-20
@Mark Mark Attempt to upgrade PIXI... rollup fails to find the url library now? c81d25a
@Mark Mark - 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
@Mark Mark Add the compiled bundle which we npm install from the parent project 0a65a58
@Mark Mark Attempt a UMD export, and keep the dist files around as we'll use this repo as a local npm package 367f548
Showing 12 changed files
View
.gitignore
View
bundles/pixi.js/package.json
View
dist/pixi-legacy.js 0 → 100644
Not supported
View
dist/pixi-legacy.min.js 0 → 100644
View
dist/pixi.js 0 → 100644
Not supported
View
dist/pixi.min.js 0 → 100644
View
package.json
View
packages/constants/src/index.js
View
packages/core/src/Renderer.js
View
packages/core/src/renderTexture/BaseRenderTexture.js
View
packages/core/src/textures/resources/ArrayResource.js
View
rollup.config.js