@pixi/filter-drop-shadow
Advanced tools
Comparing version 2.1.0 to 2.2.0
/*! | ||
* @pixi/filter-drop-shadow - v2.0.2 | ||
* Compiled Wed, 11 Oct 2017 19:50:08 UTC | ||
* @pixi/filter-drop-shadow - v2.2.0 | ||
* Compiled Wed, 18 Oct 2017 20:54:55 UTC | ||
* | ||
@@ -58,3 +58,3 @@ * pixi-filters is licensed under the MIT License. | ||
target.transform.translate( | ||
this.distance * Math.cos(this.angle), | ||
this.distance * Math.cos(this.angle), | ||
this.distance * Math.sin(this.angle) | ||
@@ -61,0 +61,0 @@ ); |
/*! | ||
* @pixi/filter-drop-shadow - v2.0.2 | ||
* Compiled Wed, 11 Oct 2017 19:50:08 UTC | ||
* @pixi/filter-drop-shadow - v2.2.0 | ||
* Compiled Wed, 18 Oct 2017 20:54:55 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * pixi-filters is licensed under the MIT License. |
/*! | ||
* @pixi/filter-drop-shadow - v2.0.2 | ||
* Compiled Wed, 11 Oct 2017 19:50:07 UTC | ||
* @pixi/filter-drop-shadow - v2.2.0 | ||
* Compiled Wed, 18 Oct 2017 20:54:53 UTC | ||
* | ||
@@ -64,3 +64,3 @@ * pixi-filters is licensed under the MIT License. | ||
target.transform.translate( | ||
this.distance * Math.cos(this.angle), | ||
this.distance * Math.cos(this.angle), | ||
this.distance * Math.sin(this.angle) | ||
@@ -67,0 +67,0 @@ ); |
/*! | ||
* @pixi/filter-drop-shadow - v2.0.2 | ||
* Compiled Wed, 11 Oct 2017 19:50:07 UTC | ||
* @pixi/filter-drop-shadow - v2.2.0 | ||
* Compiled Wed, 18 Oct 2017 20:54:54 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * pixi-filters is licensed under the MIT License. |
{ | ||
"name": "@pixi/filter-drop-shadow", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"main": "lib/filter-drop-shadow.min.js", | ||
@@ -25,3 +25,4 @@ "description": "Display filter render as ASCII text", | ||
"build:es": "rollup -c && rollup -cp", | ||
"build": "npm run build:umd && npm run build:es" | ||
"build": "npm run build:umd && npm run build:es", | ||
"postversion": "npm run build" | ||
}, | ||
@@ -28,0 +29,0 @@ "files": [ |
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
40693