is-data-uri
check data whether data-uri or not?
Last updated 10 years ago by ragingwind .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install is-data-uri 
SYNC missed versions from official npm registry.

is-data-uri Build Status

check data whether data-uri or not?

Install

$ npm install --save is-data-uri

Usage

const isDataUri = require('is-data-uri');

isDataUri('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA==');
//=> true

API

isDataUri(data)

data

Type: string

String of data-uri which you want to test

License

MIT © ragingwind

Current Tags

  • 0.1.0                                ...           latest (10 years ago)

1 Versions

  • 0.1.0                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (1)
Dev Dependencies (2)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |