@pixi/filter-alpha
Advanced tools
Comparing version 6.3.2 to 6.4.0
/*! | ||
* @pixi/filter-alpha - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/filter-alpha - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -218,3 +218,2 @@ * @pixi/filter-alpha is licensed under the MIT License. | ||
* 2. To use clipping in display coordinates, assign a filterArea to the same container that has this filter. | ||
* | ||
* @memberof PIXI.filters | ||
@@ -236,3 +235,2 @@ */ | ||
* Coefficient for alpha multiplication | ||
* | ||
* @default 1 | ||
@@ -239,0 +237,0 @@ */ |
/*! | ||
* @pixi/filter-alpha - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/filter-alpha - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-alpha is licensed under the MIT License. |
/*! | ||
* @pixi/filter-alpha - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/filter-alpha - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -57,3 +57,2 @@ * @pixi/filter-alpha is licensed under the MIT License. | ||
* 2. To use clipping in display coordinates, assign a filterArea to the same container that has this filter. | ||
* | ||
* @memberof PIXI.filters | ||
@@ -75,3 +74,2 @@ */ | ||
* Coefficient for alpha multiplication | ||
* | ||
* @default 1 | ||
@@ -78,0 +76,0 @@ */ |
/*! | ||
* @pixi/filter-alpha - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/filter-alpha - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-alpha is licensed under the MIT License. |
/*! | ||
* @pixi/filter-alpha - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/filter-alpha - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -53,3 +53,2 @@ * @pixi/filter-alpha is licensed under the MIT License. | ||
* 2. To use clipping in display coordinates, assign a filterArea to the same container that has this filter. | ||
* | ||
* @memberof PIXI.filters | ||
@@ -71,3 +70,2 @@ */ | ||
* Coefficient for alpha multiplication | ||
* | ||
* @default 1 | ||
@@ -74,0 +72,0 @@ */ |
/*! | ||
* @pixi/filter-alpha - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/filter-alpha - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-alpha is licensed under the MIT License. |
@@ -15,3 +15,2 @@ import { Filter } from '@pixi/core'; | ||
* 2. To use clipping in display coordinates, assign a filterArea to the same container that has this filter. | ||
* | ||
* @memberof PIXI.filters | ||
@@ -26,3 +25,2 @@ */ | ||
* Coefficient for alpha multiplication | ||
* | ||
* @default 1 | ||
@@ -29,0 +27,0 @@ */ |
{ | ||
"name": "@pixi/filter-alpha", | ||
"version": "6.3.2", | ||
"version": "6.4.0", | ||
"main": "dist/cjs/filter-alpha.js", | ||
"module": "dist/esm/filter-alpha.js", | ||
"bundle": "dist/browser/filter-alpha.js", | ||
"types": "index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"default": "./dist/cjs/filter-alpha.js", | ||
"types": "./index.d.ts" | ||
}, | ||
"require": { | ||
"default": "./dist/esm/filter-alpha.js", | ||
"types": "./index.d.ts" | ||
} | ||
} | ||
}, | ||
"namespace": "PIXI.filters", | ||
@@ -29,5 +42,5 @@ "description": "Filter that applies alpha evenly across the entire display object and any opaque elements it contains", | ||
"peerDependencies": { | ||
"@pixi/core": "6.3.2" | ||
"@pixi/core": "6.4.0" | ||
}, | ||
"gitHead": "87031295631dcd7db3e24b99ed7ceb2c4f963a40" | ||
"gitHead": "e7eaa713b6e0eeb335e90384aec778f5c99c60d5" | ||
} |
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
111763
443