image-proxsicle
v0.2.0
Published
An image resizing web server designed to sit between a CDN and S3
Downloads
4
Readme
Image Proxsicle
Installation
npm install image-proxsicle --save
Image options
ImageProxsicle class
construct(options, [HapiInclude, [SharpInclude]])
start([callback])
stop([callback])
S3 bin server
TODO
- Add testing
- Add documentation
- Add logger
Possible future feature
- Add rotation (rotate): r=angle, r=90
- Add cropping (extract):
- Add mode for resize (max, min, embed): m=max m=min m=contain
- Add flip (flip, flop): f=vh f=v f=h
- Add the ability to support other image sources besides S3
- Add helper for generating the URLs
- Add image path transform function option