@oliverphaser/nativescript-bitmap-factory
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -24,3 +24,3 @@ // The MIT License (MIT) | ||
var BitmapFactory = require("./BitmapFactory"); | ||
var TypeUtils = require("utils/types"); | ||
var TypeUtils = require("@nativescript/core/utils/types"); | ||
/** | ||
@@ -148,2 +148,2 @@ * List of outout formats. | ||
exports.setDefaultOptions = setDefaultOptions; | ||
//# sourceMappingURL=index.js.map | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@oliverphaser/nativescript-bitmap-factory", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "A NativeScript module for creating and manipulating bitmap images. Forked from mkloubert and updated for NativeScript 8 with fixed iOS crop bug.", | ||
@@ -5,0 +5,0 @@ "main": "index", |
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
76361
1756