@nodescript/base64
v1.1.1
Published
Base64 encode/decode with full support of non-ASCII characters, typed arrays and array buffers
Downloads
334
Keywords
Readme
Base64
Simple library that includes:
- Binary-friendly base64 (unlike natively available
atob
andbtoa
) - URL-safe Base64 as is specified in RFC4648
Highlights
- 🔥 Zero dependencies
- 🗜 Tidy and compact
- 💻 Works in browser
- 🔬 Strongly typed
- 🌟 Standards compliant