https://github.com/stringmanolo/base128
Base128 encoding (ES6 js module)
https://github.com/stringmanolo/base128
Last synced: 10 months ago
JSON representation
Base128 encoding (ES6 js module)
- Host: GitHub
- URL: https://github.com/stringmanolo/base128
- Owner: StringManolo
- Created: 2022-02-07T08:10:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T08:59:04.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T17:45:03.813Z (12 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base128
Use less memory than base64
##### Compatible with Browser and Node.
### Notice
- I have not found any reference to a "standard" charset, then, this implementation is not compatible with any other base128 implementations.
- You may want to scape some speacial chars like backticks, single quotes and double quotes. You can do it by appending a replace method before print the result to output.