sharp-image-conversion
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "sharp-image-conversion", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Sharp.js wrapper for single image resize, quality manipulation and format conversion and output to file or buffer", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Image Conversion Utility (sharp-image-conversion) | ||
Sharp.js wrapper for single image resize, manipulation and format conversion then output to file or buffer. | ||
[Sharp](https://github.com/lovell/sharp) wrapper for single image resize, manipulation and format conversion then output to file or buffer. | ||
@@ -58,3 +58,3 @@ ## Installation | ||
note 1: refer to Sharp docs for supported image formats. | ||
note 1: refer to [Sharp docs](https://sharp.pixelplumbing.com/en/stable/) for supported image formats. | ||
@@ -71,3 +71,3 @@ note 2: specified _outputOptions_ are ignored if _targetFormat_ is undefined or null. | ||
note 3: _outputOptions_ should match the _targetFormat_ according to Sharp's docs. | ||
note 3: _outputOptions_ should match the _targetFormat_ according to [Sharp docs](https://sharp.pixelplumbing.com/en/stable/). | ||
@@ -74,0 +74,0 @@ **Instance.toBuffer**(**_targetFormat?_** : _String_, **_outputOptions?_** : _Object_) |
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
7351