1.0.0 • Published 9 years ago

to-datauri v1.0.0

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

to-datauri

get a data-uri from an image source url.

Usage

var toDataURI = require('to-datauri');

toDataURI(imagePath, function (error, uri) {
    // do things.
});
1.0.0

9 years ago