@pixi/app
Advanced tools
Comparing version 7.1.0-alpha to 7.1.0
import { Container } from '@pixi/display'; | ||
import type { Rectangle, IRendererOptionsAuto, IRenderer } from '@pixi/core'; | ||
import type { ICanvas, IRenderer, IRendererOptionsAuto, Rectangle } from '@pixi/core'; | ||
import type { IDestroyOptions } from '@pixi/display'; | ||
import type { ICanvas } from '@pixi/settings'; | ||
/** | ||
@@ -62,5 +61,3 @@ * Any plugin that's usable for Application should contain these methods. | ||
* @param {PIXI.ICanvas} [options.view] - The canvas to use as a view, optional. | ||
* @param {boolean} [options.useContextAlpha=true] - Pass-through value for canvas' context `alpha` property. | ||
* If you want to set transparency, please use `backgroundAlpha`. This option is for cases where the | ||
* canvas needs to be opaque, possibly for performance reasons on some older devices. | ||
* @param {boolean} [options.premultipliedAlpha=true] - Set to `false` to disable premultipliedAlpha. | ||
* @param {boolean} [options.autoDensity=false] - Resizes renderer view in CSS pixels to allow for | ||
@@ -83,6 +80,5 @@ * resolutions other than 1. | ||
* for devices with dual graphics card. **(WebGL only)**. | ||
* @param {boolean} [options.sharedTicker=false] - `true` to use PIXI.Ticker.shared, `false` to create new ticker. | ||
* @param {boolean} [options.sharedTicker=false] - `true` to use Ticker.shared, `false` to create new ticker. | ||
* If set to false, you cannot register a handler to occur before anything that runs on the shared ticker. | ||
* The system ticker will always run before both the shared ticker and the app ticker. | ||
* @param {boolean} [options.sharedLoader=false] - `true` to use PIXI.Loader.shared, `false` to create new Loader. | ||
* @param {Window|HTMLElement} [options.resizeTo] - Element to automatically resize stage to. | ||
@@ -89,0 +85,0 @@ * @param {boolean} [options.hello=false] - Logs renderer type and version. |
{ | ||
"name": "@pixi/app", | ||
"version": "7.1.0-alpha", | ||
"version": "7.1.0", | ||
"main": "lib/index.js", | ||
@@ -25,7 +25,7 @@ "module": "lib/index.mjs", | ||
"homepage": "http://pixijs.com/", | ||
"bugs": "https://github.com/pixijs/pixi.js/issues", | ||
"bugs": "https://github.com/pixijs/pixijs/issues", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pixijs/pixi.js.git" | ||
"url": "https://github.com/pixijs/pixijs.git" | ||
}, | ||
@@ -43,3 +43,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "0fb26a500c738cb550da277c112d15d9dd3f87b6" | ||
"gitHead": "4079e92895ecb692afe9f0b15d3e48ee40852ada" | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
47168
384