@pixi/app
Advanced tools
Comparing version 7.0.2 to 7.0.3
@@ -41,3 +41,3 @@ import { Container } from '@pixi/display'; | ||
*/ | ||
export declare class Application { | ||
export declare class Application<VIEW extends ICanvas = ICanvas> { | ||
/** Collection of installed plugins. */ | ||
@@ -54,3 +54,3 @@ static _plugins: IApplicationPlugin[]; | ||
*/ | ||
renderer: IRenderer; | ||
renderer: IRenderer<VIEW>; | ||
/** | ||
@@ -99,3 +99,3 @@ * @param {object} [options] - The optional renderer parameters. | ||
*/ | ||
get view(): ICanvas; | ||
get view(): VIEW; | ||
/** | ||
@@ -102,0 +102,0 @@ * Reference to the renderer's screen rectangle. Its safe to use as `filterArea` or `hitArea` for the whole screen. |
{ | ||
"name": "@pixi/app", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"main": "lib/index.js", | ||
@@ -42,3 +42,3 @@ "module": "lib/index.mjs", | ||
], | ||
"gitHead": "55e5e0da83f7771eb2a85033fb03898319a2c346" | ||
"gitHead": "1a8c89762cc348a7cb7c5f97b0cf97b2695c38b9" | ||
} |
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
48281