is-data-uri
v0.1.0
Published
check data whether data-uri or not?
Readme
is-data-uri 
check data whether data-uri or not?
Install
$ npm install --save is-data-uriUsage
const isDataUri = require('is-data-uri');
isDataUri('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA==');
//=> trueAPI
isDataUri(data)
data
Type: string
String of data-uri which you want to test
License
MIT © ragingwind
