@pixi/app
Advanced tools
Comparing version 7.0.0-beta.2 to 7.0.0-beta.3
/*! | ||
* @pixi/app - v7.0.0-beta.2 | ||
* Compiled Tue, 11 Oct 2022 20:10:42 UTC | ||
* @pixi/app - v7.0.0-beta.3 | ||
* Compiled Thu, 13 Oct 2022 15:35:43 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/app is licensed under the MIT License. |
"use strict";/*! | ||
* @pixi/app - v7.0.0-beta.2 | ||
* Compiled Tue, 11 Oct 2022 20:10:42 UTC | ||
* @pixi/app - v7.0.0-beta.3 | ||
* Compiled Thu, 13 Oct 2022 15:35:43 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/app is licensed under the MIT License. |
@@ -66,4 +66,5 @@ /// <reference path="./global.d.ts" /> | ||
* it is ignored. | ||
* @param {number} [options.backgroundColor=0x000000] - The background color of the rendered area | ||
* (shown if not transparent). | ||
* @param {number|string} [options.backgroundColor=0x000000] - The background color of the rendered area | ||
* (shown if not transparent). Also, accepts hex strings or color names (e.g., 'white'). | ||
* @param {number|string} [options.background] - Alias for `options.backgroundColor`. | ||
* @param {number} [options.backgroundAlpha=1] - Value from 0 (fully transparent) to 1 (fully opaque). | ||
@@ -79,2 +80,3 @@ * @param {boolean} [options.clearBeforeRender=true] - This sets if the renderer will clear the canvas or | ||
* @param {Window|HTMLElement} [options.resizeTo] - Element to automatically resize stage to. | ||
* @param {boolean} [options.hello=false] - Logs renderer type and version. | ||
*/ | ||
@@ -81,0 +83,0 @@ constructor(options?: IApplicationOptions); |
{ | ||
"name": "@pixi/app", | ||
"version": "7.0.0-beta.2", | ||
"version": "7.0.0-beta.3", | ||
"main": "dist/cjs/app.js", | ||
@@ -42,3 +42,3 @@ "module": "dist/esm/app.mjs", | ||
], | ||
"gitHead": "b82316094043a2a45a0c305068e5ebe8321f668a" | ||
"gitHead": "8055ae1c16d4c0f8dabda86cafd8e68c356450e8" | ||
} |
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
80416
410