Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avaer/bass64


https://github.com/avaer/bass64

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

```
const base64 = require('bass64');
const utf8 = base64.encode(arrayBuffer);
const arrayBuffer = base64.decode(utf8);
```