Basic implementations of btoa and atob for Node v6+
Base64 streaming encoder and decoder
isomorphic base64 library in 152 bytes
`b64toBlob(b64Data: string, contentType?: string): Blob` converts a base64 string to a Blob object [as described in this Stack Overflow post](https://stackoverflow.com/questions/16245767/creating-a-blob-from-a-base64-string-in-javascript).
atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)
btoa for Node.JS (it's a one-liner)
A native implementation of base64 in C++ for React Native
TypeScript definitions for b64-lite
PostCSS plugin for encode the file to base64
Base64 and Base64URL encoding helpers for Node.js and browsers, exposed as a single static class.
Base64 images in your css
TypeScript definitions for @hapi/b64
Like rot13 but with b64
Universal conversion of Uint8Array from/into UTF-8, base64url and hex in the browser and Node.js
Convert Base64 string to Image
Node.js Streams, a user-land copy of the stream library from Node.js
Determine if the current node version supports the `--preserve-symlinks` flag.
Node.js API (Node-API)
A light-weight module that brings Fetch API to node.js
Base64 encode and decode Hex strings for URLs (module and binary tool)
Command line interface for advanced base 64 encoding/decoding
Base32 encoding and decoding
Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
Load node modules according to tsconfig paths, in run-time or via API.