Simple library that includes:
- Binary data conversions (string ⇔ array buffer)
- Binary-friendly base64 (unlike natively available
atob
andbtoa
) - URL-safe Base64 as is specified in RFC4648
- 🔥 Zero dependencies
- 🗜 Tidy and compact
- 💻 Works in browser
- 🔬 Strongly typed
- 🌟 Standards compliant