@jimp/core
Advanced tools
Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "@jimp/core", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Jimp core", | ||
@@ -36,3 +36,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@jimp/utils": "^0.3.7", | ||
"@jimp/utils": "^0.3.8", | ||
"any-base": "^1.1.0", | ||
@@ -54,3 +54,4 @@ "buffer": "^5.2.0", | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "e04f0bb3d755b18136b00ccefc02497b7581a828" | ||
} |
@@ -1,4 +0,10 @@ | ||
# @jimp/core | ||
<div align="center"> | ||
<a href="https://intuit.github.io/Ignite/"> | ||
<img width="200" height="200" | ||
src="https://s3.amazonaws.com/pix.iemoji.com/images/emoji/apple/ios-11/256/crayon.png"> | ||
</a> | ||
<h1>@jimp/core</h1> | ||
</div> | ||
The main Jimp class. This class can be extended with types and bitmap manipulation functions. Out of the box it supports no image types. | ||
The main Jimp class. This class can be extended with types and bitmap manipulation functions. Out of the box it does not support any image type. | ||
@@ -17,3 +23,3 @@ ## Available Methods | ||
addConstants({ | ||
MIME_SPECIAL: 'image/special' | ||
MIME_SPECIAL: 'image/special' | ||
}); | ||
@@ -20,0 +26,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
359247
55
Updated@jimp/utils@^0.3.8