Fast image resizing components for NoFlo, powered by vips.
Check sharp for updated instructions of how to install required dependencies.
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