@pixi/filter-dot
Advanced tools
Comparing version 3.1.0 to 3.1.1
/*! | ||
* @pixi/filter-dot - v3.1.0 | ||
* Compiled Tue, 03 Mar 2020 12:42:37 UTC | ||
* Compiled Wed, 11 Mar 2020 20:38:18 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-dot is licensed under the MIT License. |
/*! | ||
* @pixi/filter-dot - v3.1.0 | ||
* Compiled Tue, 03 Mar 2020 12:42:37 UTC | ||
* Compiled Wed, 11 Mar 2020 20:38:18 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-dot is licensed under the MIT License. |
/*! | ||
* @pixi/filter-dot - v3.1.0 | ||
* Compiled Tue, 03 Mar 2020 12:42:37 UTC | ||
* Compiled Wed, 11 Mar 2020 20:38:18 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/filter-dot is licensed under the MIT License. |
{ | ||
"name": "@pixi/filter-dot", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"main": "lib/filter-dot.cjs.js", | ||
@@ -34,3 +34,3 @@ "bundle": "dist/filter-dot.js", | ||
}, | ||
"gitHead": "f4fb8729c0c5a7c35dcb60cbe6d096d5d8947c94" | ||
"gitHead": "37397e5039c4ac4690ab64a4e64dd7eda8fc1f75" | ||
} |
/// <reference types="pixi.js" /> | ||
declare module "@pixi/filter-dot" { | ||
declare namespace PIXI.filters { | ||
export class DotFilter extends PIXI.Filter { | ||
@@ -8,2 +8,6 @@ constructor(scale?:number, angle?:number); | ||
} | ||
} | ||
declare module "@pixi/filter-dot" { | ||
export import DotFilter = PIXI.filters.DotFilter; | ||
} |
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
17345
164