image-forge
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "image-forge", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A powerful tool for creating custom images from templates", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -65,3 +65,3 @@ <a name="readme-top"></a> | ||
const filter = new GrayFilter("./imageInput.png"); | ||
const filter = new GrayFilter().setSource("./imageInput.png"); | ||
const imageBuffer = await filter.apply(); | ||
@@ -68,0 +68,0 @@ |
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
11513