Implement native Elm support for base64 encoding. I currently rely on [base64-js](https://github.com/beatgammit/base64-js) integrated with a [fork](https://github.com/outofboundstech/file-reader) of [simonh1000/file-reader](https://github.com/simonh1000/file-reader). See also: - https://github.com/simonh1000/file-reader/pull/27 - https://groups.google.com/forum/#!msg/elm-discuss/u_ui3PlDwLc/uijKIsegBQAJ;context-place=forum/elm-discuss
Implement native Elm support for base64 encoding. I currently rely on base64-js integrated with a fork of simonh1000/file-reader.
See also: