Improved performance benchmarks and usage docs

This commit is contained in:
Lovell Fuller
2013-08-26 16:10:48 +01:00
parent 9ba9b95648
commit b836704451
3 changed files with 82 additions and 46 deletions

View File

@@ -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"