← All repos

base64-js

New repo for ongoing work in https://github.com/beatgammit/base64-js (Base64 encoding/decoding in pure JS)

Browse cluster: JavaScript Standard Style Linting
164commits
18contributors
1languages

Tech stack & purpose

base64-js is a pure JavaScript library for encoding and decoding base64 data, with a focus on binary data rather than text. While browsers have built-in base64 functionality, it is limited to text data, and this module fills that gap by enabling base64 encoding and decoding of all-purpose binary data in the browser. The project is maintained by feross and can be installed via npm or included directly in web pages via a script tag. It exposes three main functions: byteLength, toByteArray, and fromByteArray.

Languages

JavaScript
100.0%

Contributors