1.0.0 • Published 9 years ago

rotato v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

rotato

Rotate a dataURI by 90deg increments

"rotato" because someone has rotate-image, and image-rotate, and because potato...

Usage

var rotato = require('rotato');

rotato(uri, 2, function(error, rotatedUri) {
    // use..
});
1.0.0

9 years ago