Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/component/data-uri-to-u8
- Owner: component
- Created: 2013-05-06T16:23:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-09T23:30:09.000Z (about 11 years ago)
- Last Synced: 2024-05-08T17:12:24.020Z (8 months ago)
- Language: JavaScript
- Size: 134 KB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
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