@jimp/plugin-blit
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -0,1 +1,13 @@ | ||
# v1.4.0 (Sat Sep 07 2024) | ||
#### 📝 Documentation | ||
- Misc doc updates [#1334](https://github.com/jimp-dev/jimp/pull/1334) ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
#### Authors: 1 | ||
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
--- | ||
# v1.1.3 (Mon Sep 02 2024) | ||
@@ -2,0 +14,0 @@ |
@@ -112,3 +112,3 @@ import { JimpClass } from "@jimp/types"; | ||
* | ||
* image.blit(parrot, x, y); | ||
* image.blit({ src: parrot, x: 10, y: 10 }); | ||
* ``` | ||
@@ -115,0 +115,0 @@ */ |
@@ -36,3 +36,3 @@ "use strict"; | ||
* | ||
* image.blit(parrot, x, y); | ||
* image.blit({ src: parrot, x: 10, y: 10 }); | ||
* ``` | ||
@@ -39,0 +39,0 @@ */ |
@@ -112,3 +112,3 @@ import { JimpClass } from "@jimp/types"; | ||
* | ||
* image.blit(parrot, x, y); | ||
* image.blit({ src: parrot, x: 10, y: 10 }); | ||
* ``` | ||
@@ -115,0 +115,0 @@ */ |
@@ -33,3 +33,3 @@ import { JimpClassSchema } from "@jimp/types"; | ||
* | ||
* image.blit(parrot, x, y); | ||
* image.blit({ src: parrot, x: 10, y: 10 }); | ||
* ``` | ||
@@ -36,0 +36,0 @@ */ |
{ | ||
"name": "@jimp/plugin-blit", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"repository": "jimp-dev/jimp", | ||
@@ -19,14 +19,14 @@ "engines": { | ||
"dependencies": { | ||
"@jimp/types": "1.3.0", | ||
"@jimp/utils": "1.3.0", | ||
"@jimp/types": "1.4.0", | ||
"@jimp/utils": "1.4.0", | ||
"zod": "^3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@jimp/config-eslint": "1.3.0", | ||
"@jimp/config-typescript": "1.3.0", | ||
"@jimp/config-vitest": "1.3.0", | ||
"@jimp/core": "1.3.0", | ||
"@jimp/js-jpeg": "1.3.0", | ||
"@jimp/js-png": "1.3.0", | ||
"@jimp/test-utils": "1.3.0", | ||
"@jimp/config-eslint": "1.4.0", | ||
"@jimp/config-typescript": "1.4.0", | ||
"@jimp/config-vitest": "1.4.0", | ||
"@jimp/core": "1.4.0", | ||
"@jimp/js-jpeg": "1.4.0", | ||
"@jimp/js-png": "1.4.0", | ||
"@jimp/test-utils": "1.4.0", | ||
"@vitest/browser": "^2.0.5", | ||
@@ -69,3 +69,3 @@ "eslint": "^9.9.1", | ||
"module": "./dist/esm/index.js", | ||
"gitHead": "fb52a357ac774d6314a319fe43f8d0d022ac214c" | ||
"gitHead": "c1b91e9007f17d0702894bd9bfab8215cff764f9" | ||
} |
@@ -40,3 +40,3 @@ import { JimpClass, JimpClassSchema } from "@jimp/types"; | ||
* | ||
* image.blit(parrot, x, y); | ||
* image.blit({ src: parrot, x: 10, y: 10 }); | ||
* ``` | ||
@@ -43,0 +43,0 @@ */ |
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
973470
+ Added@jimp/types@1.4.0(transitive)
+ Added@jimp/utils@1.4.0(transitive)
- Removed@jimp/types@1.3.0(transitive)
- Removed@jimp/utils@1.3.0(transitive)
Updated@jimp/types@1.4.0
Updated@jimp/utils@1.4.0