/js-base64

Base64 util for modern browser

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

js-base64

Build

A minimal Base64 tool for modern browsers.

Usage

Base64.encode(value: string, urlSafe?: boolean): string;
Base64.decode(base64: string): string;

demo: https://hungtcs.github.io/js-base64/

Browser Compatibility

Chrome Firefox Safari IE Node JS
38 19 10.1 NOT NOT