@pixi/filter-noise
Advanced tools
Comparing version 6.3.2 to 6.4.0
/*! | ||
* @pixi/filter-noise - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/filter-noise - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -210,3 +210,2 @@ * @pixi/filter-noise is licensed under the MIT License. | ||
* original filter: https://github.com/evanw/glfx.js/blob/master/src/filters/adjust/noise.js | ||
* | ||
* @memberof PIXI.filters | ||
@@ -235,3 +234,2 @@ * @author Vico @vicocotea | ||
* The amount of noise to apply, this value should be in the range (0, 1]. | ||
* | ||
* @default 0.5 | ||
@@ -238,0 +236,0 @@ */ |
/*! | ||
* @pixi/filter-noise - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/filter-noise - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-noise is licensed under the MIT License. |
/*! | ||
* @pixi/filter-noise - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/filter-noise - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -49,3 +49,2 @@ * @pixi/filter-noise is licensed under the MIT License. | ||
* original filter: https://github.com/evanw/glfx.js/blob/master/src/filters/adjust/noise.js | ||
* | ||
* @memberof PIXI.filters | ||
@@ -74,3 +73,2 @@ * @author Vico @vicocotea | ||
* The amount of noise to apply, this value should be in the range (0, 1]. | ||
* | ||
* @default 0.5 | ||
@@ -77,0 +75,0 @@ */ |
/*! | ||
* @pixi/filter-noise - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/filter-noise - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-noise is licensed under the MIT License. |
/*! | ||
* @pixi/filter-noise - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/filter-noise - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -45,3 +45,2 @@ * @pixi/filter-noise is licensed under the MIT License. | ||
* original filter: https://github.com/evanw/glfx.js/blob/master/src/filters/adjust/noise.js | ||
* | ||
* @memberof PIXI.filters | ||
@@ -70,3 +69,2 @@ * @author Vico @vicocotea | ||
* The amount of noise to apply, this value should be in the range (0, 1]. | ||
* | ||
* @default 0.5 | ||
@@ -73,0 +71,0 @@ */ |
/*! | ||
* @pixi/filter-noise - v6.3.2 | ||
* Compiled Wed, 04 May 2022 17:49:13 UTC | ||
* @pixi/filter-noise - v6.4.0 | ||
* Compiled Wed, 01 Jun 2022 21:14:23 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-noise is licensed under the MIT License. |
@@ -7,3 +7,2 @@ import { Filter } from '@pixi/core'; | ||
* original filter: https://github.com/evanw/glfx.js/blob/master/src/filters/adjust/noise.js | ||
* | ||
* @memberof PIXI.filters | ||
@@ -20,3 +19,2 @@ * @author Vico @vicocotea | ||
* The amount of noise to apply, this value should be in the range (0, 1]. | ||
* | ||
* @default 0.5 | ||
@@ -23,0 +21,0 @@ */ |
{ | ||
"name": "@pixi/filter-noise", | ||
"version": "6.3.2", | ||
"version": "6.4.0", | ||
"main": "dist/cjs/filter-noise.js", | ||
"module": "dist/esm/filter-noise.js", | ||
"bundle": "dist/browser/filter-noise.js", | ||
"types": "index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"default": "./dist/cjs/filter-noise.js", | ||
"types": "./index.d.ts" | ||
}, | ||
"require": { | ||
"default": "./dist/esm/filter-noise.js", | ||
"types": "./index.d.ts" | ||
} | ||
} | ||
}, | ||
"namespace": "PIXI.filters", | ||
@@ -29,5 +42,5 @@ "description": "Filter that applies noise to a display object", | ||
"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
118900
484