@jimp/plugin-mask
Advanced tools
Comparing version 0.8.6-canary.815.488.0 to 0.8.6-canary.815.502.0
@@ -1,2 +0,10 @@ | ||
import { isNodePattern, throwError } from '@jimp/utils'; | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports["default"] = void 0; | ||
var _utils = require("@jimp/utils"); | ||
/** | ||
@@ -10,4 +18,3 @@ * Masks a source image on to this image using average pixel colour. A completely black pixel on the mask will turn a pixel in the image completely transparent. | ||
*/ | ||
export default (function () { | ||
var _default = function _default() { | ||
return { | ||
@@ -20,7 +27,7 @@ mask: function mask(src) { | ||
if (!(src instanceof this.constructor)) { | ||
return throwError.call(this, 'The source must be a Jimp image', cb); | ||
return _utils.throwError.call(this, 'The source must be a Jimp image', cb); | ||
} | ||
if (typeof x !== 'number' || typeof y !== 'number') { | ||
return throwError.call(this, 'x and y must be numbers', cb); | ||
return _utils.throwError.call(this, 'x and y must be numbers', cb); | ||
} // round input | ||
@@ -46,3 +53,3 @@ | ||
if (isNodePattern(cb)) { | ||
if ((0, _utils.isNodePattern)(cb)) { | ||
cb.call(this, null, this); | ||
@@ -54,3 +61,5 @@ } | ||
}; | ||
}); | ||
}; | ||
exports["default"] = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@jimp/plugin-mask", | ||
"version": "0.8.6-canary.815.488.0", | ||
"version": "0.8.6-canary.815.502.0", | ||
"description": "mask an image.", | ||
@@ -24,3 +24,3 @@ "main": "dist/index.js", | ||
"@babel/runtime": "^7.7.2", | ||
"@jimp/utils": "0.8.6-canary.815.488.0", | ||
"@jimp/utils": "0.8.6-canary.815.502.0", | ||
"core-js": "^3.4.1" | ||
@@ -32,4 +32,4 @@ }, | ||
"devDependencies": { | ||
"@jimp/custom": "0.8.6-canary.815.488.0", | ||
"@jimp/test-utils": "0.8.6-canary.815.488.0" | ||
"@jimp/custom": "0.8.6-canary.815.502.0", | ||
"@jimp/test-utils": "0.8.6-canary.815.502.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "3260b0cc7bddc7360f70248e28fdd815b7d17c8c" | ||
"gitHead": "5a68a9702462d87d579c9a54c5170d4940a2991d" | ||
} |
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
22652
440
+ Added@jimp/utils@0.8.6-canary.815.502.0(transitive)
- Removed@jimp/utils@0.8.6-canary.815.488.0(transitive)