Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/component/data-uri-to-u8

Get a Uint8Array from a Data URI
https://github.com/component/data-uri-to-u8

Last synced: 13 days ago
JSON representation

Get a Uint8Array from a Data URI

Awesome Lists containing this project

README

        

# data-uri-to-u8

Get a `Uint8Array` from a data uri.

## Installation

$ component install component/data-uri-to-u8

## API

```js
var toArray = require('data-uri-to-u8');
var arr = toArray('data:stuffhere');
```

## License

MIT