@pixi/spritesheet
Advanced tools
Comparing version 5.0.0-rc.3 to 5.0.0
/*! | ||
* @pixi/spritesheet - v5.0.0-rc.3 | ||
* Compiled Fri, 22 Mar 2019 16:33:44 UTC | ||
* Compiled Tue, 30 Apr 2019 02:21:00 UTC | ||
* | ||
@@ -19,6 +19,6 @@ * @pixi/spritesheet is licensed under the MIT License. | ||
* ```js | ||
* PIXI.loader.add("images/spritesheet.json").load(setup); | ||
* PIXI.Loader.shared.add("images/spritesheet.json").load(setup); | ||
* | ||
* function setup() { | ||
* let sheet = PIXI.loader.resources["images/spritesheet.json"].spritesheet; | ||
* let sheet = PIXI.Loader.shared.resources["images/spritesheet.json"].spritesheet; | ||
* ... | ||
@@ -244,3 +244,3 @@ * } | ||
// lets also add the frame to pixi's global cache for fromFrame and fromImage functions | ||
// lets also add the frame to pixi's global cache for 'from' and 'fromLoader' functions | ||
core.Texture.addToCache(this.textures[i], i); | ||
@@ -247,0 +247,0 @@ } |
/*! | ||
* @pixi/spritesheet - v5.0.0-rc.3 | ||
* Compiled Fri, 22 Mar 2019 16:33:44 UTC | ||
* Compiled Tue, 30 Apr 2019 02:21:00 UTC | ||
* | ||
@@ -20,6 +20,6 @@ * @pixi/spritesheet is licensed under the MIT License. | ||
* ```js | ||
* PIXI.loader.add("images/spritesheet.json").load(setup); | ||
* PIXI.Loader.shared.add("images/spritesheet.json").load(setup); | ||
* | ||
* function setup() { | ||
* let sheet = PIXI.loader.resources["images/spritesheet.json"].spritesheet; | ||
* let sheet = PIXI.Loader.shared.resources["images/spritesheet.json"].spritesheet; | ||
* ... | ||
@@ -245,3 +245,3 @@ * } | ||
// lets also add the frame to pixi's global cache for fromFrame and fromImage functions | ||
// lets also add the frame to pixi's global cache for 'from' and 'fromLoader' functions | ||
Texture.addToCache(this.textures[i], i); | ||
@@ -248,0 +248,0 @@ } |
/*! | ||
* @pixi/spritesheet - v5.0.0-rc.3 | ||
* Compiled Fri, 22 Mar 2019 16:33:44 UTC | ||
* Compiled Tue, 30 Apr 2019 02:21:00 UTC | ||
* | ||
@@ -24,6 +24,6 @@ * @pixi/spritesheet is licensed under the MIT License. | ||
* ```js | ||
* PIXI.loader.add("images/spritesheet.json").load(setup); | ||
* PIXI.Loader.shared.add("images/spritesheet.json").load(setup); | ||
* | ||
* function setup() { | ||
* let sheet = PIXI.loader.resources["images/spritesheet.json"].spritesheet; | ||
* let sheet = PIXI.Loader.shared.resources["images/spritesheet.json"].spritesheet; | ||
* ... | ||
@@ -249,3 +249,3 @@ * } | ||
// lets also add the frame to pixi's global cache for fromFrame and fromImage functions | ||
// lets also add the frame to pixi's global cache for 'from' and 'fromLoader' functions | ||
core.Texture.addToCache(this.textures[i], i); | ||
@@ -252,0 +252,0 @@ } |
{ | ||
"name": "@pixi/spritesheet", | ||
"version": "5.0.0-rc.3", | ||
"version": "5.0.0", | ||
"main": "lib/spritesheet.js", | ||
@@ -30,6 +30,6 @@ "module": "lib/spritesheet.es.js", | ||
"dependencies": { | ||
"@pixi/core": "^5.0.0-rc.3", | ||
"@pixi/loaders": "^5.0.0-rc.3", | ||
"@pixi/core": "^5.0.0", | ||
"@pixi/loaders": "^5.0.0", | ||
"@pixi/math": "^5.0.0-rc.3", | ||
"@pixi/utils": "^5.0.0-rc.3" | ||
"@pixi/utils": "^5.0.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "8bd27c8b903ae2c8f90d91d64e82d65b19ac1cdb" | ||
"gitHead": "607e68419902444cde15f2d69588fbd189481cd8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
94467
9
1095
Updated@pixi/core@^5.0.0
Updated@pixi/loaders@^5.0.0
Updated@pixi/utils@^5.0.0