@pixi/canvas-prepare
Advanced tools
Comparing version 7.0.0-alpha.3 to 7.0.0-beta
/*! | ||
* @pixi/canvas-prepare - v7.0.0-alpha.3 | ||
* Compiled Fri, 23 Sep 2022 14:33:14 UTC | ||
* @pixi/canvas-prepare - v7.0.0-beta | ||
* Compiled Tue, 11 Oct 2022 19:54:08 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/canvas-prepare is licensed under the MIT License. |
"use strict";/*! | ||
* @pixi/canvas-prepare - v7.0.0-alpha.3 | ||
* Compiled Fri, 23 Sep 2022 14:33:14 UTC | ||
* @pixi/canvas-prepare - v7.0.0-beta | ||
* Compiled Tue, 11 Oct 2022 19:54:08 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/canvas-prepare is licensed under the MIT License. |
@@ -6,2 +6,4 @@ /// <reference path="./global.d.ts" /> | ||
import type { ExtensionMetadata } from '@pixi/core'; | ||
import type { ICanvas } from '@pixi/settings'; | ||
import type { ICanvasRenderingContext2D } from '@pixi/settings'; | ||
import type { ISystem } from '@pixi/core'; | ||
@@ -27,3 +29,3 @@ | ||
*/ | ||
canvas: HTMLCanvasElement; | ||
canvas: ICanvas; | ||
/** | ||
@@ -33,3 +35,3 @@ * The context to the canvas | ||
*/ | ||
ctx: CanvasRenderingContext2D; | ||
ctx: ICanvasRenderingContext2D; | ||
/** | ||
@@ -36,0 +38,0 @@ * @param renderer - A reference to the current renderer |
{ | ||
"name": "@pixi/canvas-prepare", | ||
"version": "7.0.0-alpha.3", | ||
"version": "7.0.0-beta", | ||
"main": "dist/cjs/canvas-prepare.js", | ||
@@ -43,3 +43,3 @@ "module": "dist/esm/canvas-prepare.mjs", | ||
], | ||
"gitHead": "e5cc328a2374fac1cb21915e8029d8a9bddb038c" | ||
"gitHead": "437c2f5432320da7d6ecef6986ab95c982c89b17" | ||
} |
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
28242
152