Base64

Base64 encoding and decoding

(Apache-2.0 OR WTFPL) 14 个版本
安装
npm install Base64
yarn add Base64
pnpm add Base64
bun add Base64
README

Base64.js

CDNJS

≈ 700 byte* polyfill for browsers which don't provide window.btoa and window.atob.

Base64.js stems from a gist by yahiko.

Running the test suite

make setup
make test

* Minified and gzipped. Run make bytes to verify.

版本列表
1.3.0 2023-09-18
1.2.0 2023-02-22
1.1.0 2019-11-02
1.0.2 2019-02-12
1.0.1 2017-03-25
1.0.0 2016-06-14
0.3.0 2014-04-29
0.2.1 2014-04-13
0.2.0 2013-10-09
0.1.4 2013-10-03
0.1.3 2013-09-09
0.1.2 2013-01-16
0.1.1 2012-12-21
0.1.0 2012-06-10