@pixi/prepare
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -7,8 +7,7 @@ import { BasePrepare } from './BasePrepare'; | ||
* | ||
* Do not instantiate this plugin directly. It is available from the `renderer.plugins` property. | ||
* See {@link PIXI.CanvasRenderer#plugins} or {@link PIXI.Renderer#plugins}. | ||
* Do not instantiate this plugin directly. It is available from the `renderer.prepare` property. | ||
* @example | ||
* import { Application, Graphics } from 'pixi.js'; | ||
* | ||
* // Create a new application | ||
* // Create a new application (prepare will be auto-added to renderer) | ||
* const app = new Application(); | ||
@@ -20,3 +19,3 @@ * document.body.appendChild(app.view); | ||
* | ||
* // create a display object | ||
* // Create a display object | ||
* const rect = new Graphics() | ||
@@ -23,0 +22,0 @@ * .beginFill(0x00ff00) |
{ | ||
"name": "@pixi/prepare", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"main": "lib/index.js", | ||
@@ -44,3 +44,3 @@ "module": "lib/index.mjs", | ||
], | ||
"gitHead": "4079e92895ecb692afe9f0b15d3e48ee40852ada" | ||
"gitHead": "99b26d1d5a18760019b034c69c5979ca5e6c536b" | ||
} |
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
87578
844