0.0.16 • Published 11 years ago

manicure v0.0.16

Weekly downloads
63
License
-
Repository
-
Last release
11 years ago

MANICURE A Mongoose module for generating thumbnail images and storing them on s3.

Is it production ready? Certainly not. We don't even have tests yet. Yikes!

Install npm install manicure

ex. ...

manicure.thumbs(GallerySchema, { sizes:{name:'thumb', width:110, height:110}, {name:'medium', width:320, height:640, crop:false}, fieldPath:'pictures' });

through some magic this may also rotate images to a "proper" orientation if they originate from a device that embeds EXIF:Orientation property. This may help retain the same orientation shown in the camera viewfinder when an image is transfered to the server.

0.0.16

11 years ago

0.0.15

11 years ago

0.0.14

11 years ago

0.0.13

12 years ago

0.0.12

12 years ago

0.0.11

12 years ago

0.0.10

12 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago