Add support for auto-scaling of width and height

This commit is contained in:
Lovell Fuller
2014-03-03 23:24:09 +00:00
parent 9b4387be97
commit f99e42d447
6 changed files with 71 additions and 15 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "sharp",
"version": "0.1.7",
"version": "0.1.8",
"author": "Lovell Fuller",
"description": "High performance module to resize JPEG, PNG, WebP and TIFF images using the libvips image processing library",
"scripts": {
"test": "node tests/perf.js"
"test": "node tests/unit && node tests/perf"
},
"main": "index.js",
"repository": {