@jimp/plugin-mask
Advanced tools
Comparing version 0.8.1-canary.786.262.0 to 0.8.1-canary.789.301.0
import { IllformedPlugin, ImageCallback, Jimp } from '@jimp/core'; | ||
interface Mask { | ||
interface Mask extends IllformedPlugin { | ||
mask(src: Jimp, x: number, y: number, cb?: ImageCallback): this; | ||
@@ -5,0 +5,0 @@ } |
{ | ||
"name": "@jimp/plugin-mask", | ||
"version": "0.8.1-canary.786.262.0", | ||
"version": "0.8.1-canary.789.301.0", | ||
"description": "mask an image.", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@jimp/utils": "0.8.1-canary.786.262.0", | ||
"@jimp/utils": "0.8.1-canary.789.301.0", | ||
"core-js": "^2.5.7" | ||
@@ -31,4 +31,4 @@ }, | ||
"devDependencies": { | ||
"@jimp/custom": "0.8.1-canary.786.262.0", | ||
"@jimp/test-utils": "0.8.1-canary.786.262.0" | ||
"@jimp/custom": "0.8.1-canary.789.301.0", | ||
"@jimp/test-utils": "0.8.1-canary.789.301.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b0d5448f47e49a8ee4992dc53166a8ee32c8ee19" | ||
"gitHead": "b74e13e54badf24f2df94e7e1d1a6c960aab8ff6" | ||
} |
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
22621
+ Added@jimp/utils@0.8.1-canary.789.301.0(transitive)
- Removed@jimp/utils@0.8.1-canary.786.262.0(transitive)