@pixi/app
Advanced tools
Comparing version 5.4.0-rc.3 to 6.0.0-rc
/*! | ||
* @pixi/app - v5.4.0-rc.3 | ||
* Compiled Thu, 10 Dec 2020 03:22:17 UTC | ||
* @pixi/app - v6.0.0-rc | ||
* Compiled Tue, 29 Dec 2020 19:58:03 UTC | ||
* | ||
@@ -39,3 +39,3 @@ * @pixi/app is licensed under the MIT License. | ||
* @param {HTMLCanvasElement} [options.view] - The canvas to use as a view, optional. | ||
* @param {boolean} [options.transparent=false] - If the render view is transparent. | ||
* @param {boolean} [options.contextAlpha=true] - Pass-through value for canvas' context `alpha` property. | ||
* @param {boolean} [options.autoDensity=false] - Resizes renderer view in CSS pixels to allow for | ||
@@ -52,2 +52,3 @@ * resolutions other than 1. | ||
* (shown if not transparent). | ||
* @param {number} [options.backgroundAlpha=1] - Value from 0 (fully transparent) to 1 (fully opaque). | ||
* @param {boolean} [options.clearBeforeRender=true] - This sets if the renderer will clear the canvas or | ||
@@ -54,0 +55,0 @@ * not before the new render pass. |
/*! | ||
* @pixi/app - v5.4.0-rc.3 | ||
* Compiled Thu, 10 Dec 2020 03:22:17 UTC | ||
* @pixi/app - v6.0.0-rc | ||
* Compiled Tue, 29 Dec 2020 19:58:03 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/app is licensed under the MIT License. |
/*! | ||
* @pixi/app - v5.4.0-rc.3 | ||
* Compiled Thu, 10 Dec 2020 03:22:17 UTC | ||
* @pixi/app - v6.0.0-rc | ||
* Compiled Tue, 29 Dec 2020 19:58:03 UTC | ||
* | ||
@@ -42,3 +42,3 @@ * @pixi/app is licensed under the MIT License. | ||
* @param {HTMLCanvasElement} [options.view] - The canvas to use as a view, optional. | ||
* @param {boolean} [options.transparent=false] - If the render view is transparent. | ||
* @param {boolean} [options.contextAlpha=true] - Pass-through value for canvas' context `alpha` property. | ||
* @param {boolean} [options.autoDensity=false] - Resizes renderer view in CSS pixels to allow for | ||
@@ -55,2 +55,3 @@ * resolutions other than 1. | ||
* (shown if not transparent). | ||
* @param {number} [options.backgroundAlpha=1] - Value from 0 (fully transparent) to 1 (fully opaque). | ||
* @param {boolean} [options.clearBeforeRender=true] - This sets if the renderer will clear the canvas or | ||
@@ -57,0 +58,0 @@ * not before the new render pass. |
/*! | ||
* @pixi/app - v5.4.0-rc.3 | ||
* Compiled Thu, 10 Dec 2020 03:22:17 UTC | ||
* @pixi/app - v6.0.0-rc | ||
* Compiled Tue, 29 Dec 2020 19:58:03 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/app is licensed under the MIT License. |
/*! | ||
* @pixi/app - v5.4.0-rc.3 | ||
* Compiled Thu, 10 Dec 2020 03:22:17 UTC | ||
* @pixi/app - v6.0.0-rc | ||
* Compiled Tue, 29 Dec 2020 19:58:03 UTC | ||
* | ||
@@ -38,3 +38,3 @@ * @pixi/app is licensed under the MIT License. | ||
* @param {HTMLCanvasElement} [options.view] - The canvas to use as a view, optional. | ||
* @param {boolean} [options.transparent=false] - If the render view is transparent. | ||
* @param {boolean} [options.contextAlpha=true] - Pass-through value for canvas' context `alpha` property. | ||
* @param {boolean} [options.autoDensity=false] - Resizes renderer view in CSS pixels to allow for | ||
@@ -51,2 +51,3 @@ * resolutions other than 1. | ||
* (shown if not transparent). | ||
* @param {number} [options.backgroundAlpha=1] - Value from 0 (fully transparent) to 1 (fully opaque). | ||
* @param {boolean} [options.clearBeforeRender=true] - This sets if the renderer will clear the canvas or | ||
@@ -53,0 +54,0 @@ * not before the new render pass. |
/*! | ||
* @pixi/app - v5.4.0-rc.3 | ||
* Compiled Thu, 10 Dec 2020 03:22:17 UTC | ||
* @pixi/app - v6.0.0-rc | ||
* Compiled Tue, 29 Dec 2020 19:58:03 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/app is licensed under the MIT License. |
@@ -38,3 +38,3 @@ import type { AbstractRenderer } from '@pixi/core'; | ||
* @param {HTMLCanvasElement} [options.view] - The canvas to use as a view, optional. | ||
* @param {boolean} [options.transparent=false] - If the render view is transparent. | ||
* @param {boolean} [options.contextAlpha=true] - Pass-through value for canvas' context `alpha` property. | ||
* @param {boolean} [options.autoDensity=false] - Resizes renderer view in CSS pixels to allow for | ||
@@ -51,2 +51,3 @@ * resolutions other than 1. | ||
* (shown if not transparent). | ||
* @param {number} [options.backgroundAlpha=1] - Value from 0 (fully transparent) to 1 (fully opaque). | ||
* @param {boolean} [options.clearBeforeRender=true] - This sets if the renderer will clear the canvas or | ||
@@ -53,0 +54,0 @@ * not before the new render pass. |
{ | ||
"name": "@pixi/app", | ||
"version": "5.4.0-rc.3", | ||
"version": "6.0.0-rc", | ||
"main": "dist/cjs/app.js", | ||
@@ -28,10 +28,10 @@ "module": "dist/esm/app.js", | ||
"dependencies": { | ||
"@pixi/core": "5.4.0-rc.3", | ||
"@pixi/display": "5.4.0-rc.3" | ||
"@pixi/core": "6.0.0-rc", | ||
"@pixi/display": "6.0.0-rc" | ||
}, | ||
"devDependencies": { | ||
"@pixi/canvas-renderer": "5.4.0-rc.3", | ||
"@pixi/utils": "5.4.0-rc.3" | ||
"@pixi/canvas-renderer": "6.0.0-rc", | ||
"@pixi/utils": "6.0.0-rc" | ||
}, | ||
"gitHead": "0c48db94f0521d85cc226fc4b15f69c30d53c765" | ||
"gitHead": "15513755f4d9f2112df5cc261b44f2dc1f05e00c" | ||
} |
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
136264
1000
+ Added@pixi/constants@6.0.0-rc(transitive)
+ Added@pixi/core@6.0.0-rc(transitive)
+ Added@pixi/display@6.0.0-rc(transitive)
+ Added@pixi/math@6.0.0-rc(transitive)
+ Added@pixi/runner@6.0.0-rc(transitive)
+ Added@pixi/settings@6.0.0-rc(transitive)
+ Added@pixi/ticker@6.0.0-rc(transitive)
+ Added@pixi/utils@6.0.0-rc(transitive)
+ Added@types/node@12.20.55(transitive)
- Removed@pixi/constants@5.4.0-rc.3(transitive)
- Removed@pixi/core@5.4.0-rc.3(transitive)
- Removed@pixi/display@5.4.0-rc.3(transitive)
- Removed@pixi/math@5.4.0-rc.3(transitive)
- Removed@pixi/runner@5.4.0-rc.3(transitive)
- Removed@pixi/settings@5.4.0-rc.3(transitive)
- Removed@pixi/ticker@5.4.0-rc.3(transitive)
- Removed@pixi/utils@5.4.0-rc.3(transitive)
- Removedcss-color-names@1.0.1(transitive)
Updated@pixi/core@6.0.0-rc
Updated@pixi/display@6.0.0-rc