noflo-sharp

0.4.0 • Public • Published

noflo-sharp Build Status

Fast image resizing components for NoFlo, powered by vips.

Dependencies

Check sharp for updated instructions of how to install required dependencies.

Heroku

When creating a new Heroku app:

heroku apps:create -b https://github.com/ddollar/heroku-buildpack-multi.git
 
cat << EOF > .buildpacks
https://github.com/automata/heroku-buildpack-vips.git
https://github.com/heroku/heroku-buildpack-nodejs.git
EOF
 
git push heroku master

When modifying an existing Heroku app:

heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
 
cat << EOF > .buildpacks
https://github.com/automata/heroku-buildpack-cairo.git
https://github.com/heroku/heroku-buildpack-nodejs.git
EOF
 
git push heroku master

Dependents (1)

Package Sidebar

Install

npm i noflo-sharp

Weekly Downloads

0

Version

0.4.0

License

MIT

Last publish

Collaborators

  • automata