to-datauri
v1.0.0
Published
get a data-uri from an image source url.
Downloads
5
Readme
to-datauri
get a data-uri from an image source url.
Usage
var toDataURI = require('to-datauri');
toDataURI(imagePath, function (error, uri) {
// do things.
});