Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/next-blob2base64
Blob to base64.
https://github.com/afeiship/next-blob2base64
b64 base64 blob next
Last synced: 22 days ago
JSON representation
Blob to base64.
- Host: GitHub
- URL: https://github.com/afeiship/next-blob2base64
- Owner: afeiship
- License: mit
- Created: 2019-06-12T14:57:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T02:38:45.000Z (about 4 years ago)
- Last Synced: 2024-10-30T07:59:26.830Z (2 months ago)
- Topics: b64, base64, blob, next
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-blob2base64
> Blob to base64.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```bash
npm install -S @jswork/next-blob2base64
```## usage
```js
import '@jswork/next-blob2base64';//DOCS here!
```## license
Code released under [the MIT license](https://github.com/afeiship/next-blob2base64/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/next-blob2base64
[version-url]: https://npmjs.org/package/@jswork/next-blob2base64[license-image]: https://img.shields.io/npm/l/@jswork/next-blob2base64
[license-url]: https://github.com/afeiship/next-blob2base64/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-blob2base64
[size-url]: https://github.com/afeiship/next-blob2base64/blob/master/dist/next-blob2base64.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/next-blob2base64
[download-url]: https://www.npmjs.com/package/@jswork/next-blob2base64