@pixi/app
Advanced tools
Comparing version 7.0.0-alpha to 7.0.0-alpha.2
/*! | ||
* @pixi/app - v7.0.0-alpha | ||
* Compiled Fri, 09 Sep 2022 16:09:18 UTC | ||
* @pixi/app - v7.0.0-alpha.2 | ||
* Compiled Sun, 18 Sep 2022 20:45:04 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/app is licensed under the MIT License. |
"use strict";/*! | ||
* @pixi/app - v7.0.0-alpha | ||
* Compiled Fri, 09 Sep 2022 16:09:18 UTC | ||
* @pixi/app - v7.0.0-alpha.2 | ||
* Compiled Sun, 18 Sep 2022 20:45:04 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/app is licensed under the MIT License. |
@@ -15,8 +15,10 @@ /// <reference path="./global.d.ts" /> | ||
/** | ||
* Convenience class to create a new PIXI application. | ||
* Convenience class to create a new PixiJS application. | ||
* | ||
* This class automatically creates the renderer, ticker and root container. | ||
* @example | ||
* import { Application, Sprite } from 'pixi.js'; | ||
* | ||
* // Create the application | ||
* const app = new PIXI.Application(); | ||
* const app = new Application(); | ||
* | ||
@@ -27,3 +29,3 @@ * // Add the view to the DOM | ||
* // ex, add display objects | ||
* app.stage.addChild(PIXI.Sprite.from('something.png')); | ||
* app.stage.addChild(Sprite.from('something.png')); | ||
* @class | ||
@@ -30,0 +32,0 @@ * @memberof PIXI |
{ | ||
"name": "@pixi/app", | ||
"version": "7.0.0-alpha", | ||
"version": "7.0.0-alpha.2", | ||
"main": "dist/cjs/app.js", | ||
@@ -42,3 +42,3 @@ "module": "dist/esm/app.mjs", | ||
], | ||
"gitHead": "da993226df64b804a9c00ed9ee4d011191467b8a" | ||
"gitHead": "439f6c1606ba63b26a93173284d25c35a7682b17" | ||
} |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
79096
407
0