Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/progers/base64
A small and simple tool to encode and decode base64.
https://github.com/progers/base64
Last synced: 7 days ago
JSON representation
A small and simple tool to encode and decode base64.
- Host: GitHub
- URL: https://github.com/progers/base64
- Owner: progers
- License: apache-2.0
- Created: 2016-01-30T20:22:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T09:28:21.000Z (about 3 years ago)
- Last Synced: 2024-08-02T05:19:26.388Z (3 months ago)
- Language: JavaScript
- Homepage: https://pr.gg/base64
- Size: 210 KB
- Stars: 127
- Watchers: 2
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - progers/base64 - A small and simple tool to encode and decode base64. (others)
README
![Base64](https://pr.gg/base64/images/githubicon2628.png "Base64 icon") [Base64 Converter](https://pr.gg/base64/ "Live Base64 Converter")
===
A small, fast, and simple tool to encode and decode base64.This is live at [https://pr.gg/base64/](https://pr.gg/base64/ "Live Base64 Converter")
Basic features tested to work in Chrome, Firefox, Safari, Edge, IE11, and the Android Stock Browser (4.3+).
## Features
* Convert to and from base64.
* UTF-8.
* Image drag and drop.
* Add-to-homescreen.
* Offline.All of this could be yours for less than 8KB (total gzip'd transfer size including favicons).
## Modifying
Just open [index.html](index.html). Everything except https-only features (offline) works from the local filesystem.An optional step is to run `gulp` to compress images and scripts. Instructions can be found in [gulpfile.js](gulpfile.js).