mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Improved performance benchmarks and usage docs
This commit is contained in:
15
package.json
15
package.json
@@ -1,14 +1,15 @@
|
||||
{
|
||||
"name": "sharp",
|
||||
"version": "0.0.1",
|
||||
"main": "./build/Release/sharp",
|
||||
"version": "0.0.2",
|
||||
"main": "index.js",
|
||||
"description": "High performance Node.js module to resize JPEG images using the libvips image processing library",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/lovell/sharp"
|
||||
},
|
||||
"devDependencies": {
|
||||
"imagemagick": "*"
|
||||
"imagemagick": "*",
|
||||
"benchmark": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node tests/perf.js"
|
||||
@@ -20,11 +21,11 @@
|
||||
"jpeg",
|
||||
"resize",
|
||||
"thumbnail",
|
||||
"sharpen",
|
||||
"crop",
|
||||
"embed",
|
||||
"sharpen",
|
||||
"crop",
|
||||
"embed",
|
||||
"libvips",
|
||||
"fast"
|
||||
"fast"
|
||||
],
|
||||
"author": "Lovell Fuller",
|
||||
"license": "Apache 2.0"
|
||||
|
||||
Reference in New Issue
Block a user