Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avaer/bass64
https://github.com/avaer/bass64
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avaer/bass64
- Owner: avaer
- Created: 2017-12-01T16:35:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T16:38:48.000Z (about 7 years ago)
- Last Synced: 2024-10-29T20:37:31.321Z (2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
const base64 = require('bass64');
const utf8 = base64.encode(arrayBuffer);
const arrayBuffer = base64.decode(utf8);
```