Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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).