@pixi/prepare
Advanced tools
Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3
/*! | ||
* @pixi/prepare - v5.0.0-alpha.2 | ||
* Compiled Sat, 17 Mar 2018 17:48:48 UTC | ||
* @pixi/prepare - v5.0.0-alpha.3 | ||
* Compiled Tue, 03 Jul 2018 04:08:21 UTC | ||
* | ||
@@ -72,3 +72,3 @@ * @pixi/prepare is licensed under the MIT License. | ||
* // Create a sprite | ||
* const sprite = new PIXI.Sprite.fromImage('something.png'); | ||
* const sprite = new PIXI.Sprite.from('something.png'); | ||
* | ||
@@ -338,3 +338,3 @@ * // Load object into GPU | ||
// Get childen recursively | ||
// Get children recursively | ||
if (item instanceof Container) | ||
@@ -383,3 +383,3 @@ { | ||
// Objects with mutliple textures | ||
// Objects with multiple textures | ||
if (item && item._textures && item._textures.length) | ||
@@ -386,0 +386,0 @@ { |
/*! | ||
* @pixi/prepare - v5.0.0-alpha.2 | ||
* Compiled Sat, 17 Mar 2018 17:48:48 UTC | ||
* @pixi/prepare - v5.0.0-alpha.3 | ||
* Compiled Tue, 03 Jul 2018 04:08:21 UTC | ||
* | ||
@@ -76,3 +76,3 @@ * @pixi/prepare is licensed under the MIT License. | ||
* // Create a sprite | ||
* const sprite = new PIXI.Sprite.fromImage('something.png'); | ||
* const sprite = new PIXI.Sprite.from('something.png'); | ||
* | ||
@@ -342,3 +342,3 @@ * // Load object into GPU | ||
// Get childen recursively | ||
// Get children recursively | ||
if (item instanceof display.Container) | ||
@@ -387,3 +387,3 @@ { | ||
// Objects with mutliple textures | ||
// Objects with multiple textures | ||
if (item && item._textures && item._textures.length) | ||
@@ -390,0 +390,0 @@ { |
{ | ||
"name": "@pixi/prepare", | ||
"version": "5.0.0-alpha.2", | ||
"version": "5.0.0-alpha.3", | ||
"main": "lib/prepare.js", | ||
@@ -28,9 +28,9 @@ "module": "lib/prepare.es.js", | ||
"dependencies": { | ||
"@pixi/canvas-renderer": "^5.0.0-alpha.2", | ||
"@pixi/core": "^5.0.0-alpha.2", | ||
"@pixi/display": "^5.0.0-alpha.2", | ||
"@pixi/graphics": "^5.0.0-alpha.2", | ||
"@pixi/settings": "^5.0.0-alpha.2", | ||
"@pixi/text": "^5.0.0-alpha.2", | ||
"@pixi/ticker": "^5.0.0-alpha.2" | ||
"@pixi/canvas-renderer": "^5.0.0-alpha.3", | ||
"@pixi/core": "^5.0.0-alpha.3", | ||
"@pixi/display": "^5.0.0-alpha.3", | ||
"@pixi/graphics": "^5.0.0-alpha.3", | ||
"@pixi/settings": "^5.0.0-alpha.3", | ||
"@pixi/text": "^5.0.0-alpha.3", | ||
"@pixi/ticker": "^5.0.0-alpha.3" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
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
95164