Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
atob
atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)
base-64
A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.
uint8array-extras
Useful utilities for working with Uint8Array (and Buffer)
atob-lite
Smallest/simplest possible means of using atob with both Node and browserify
b64-lite
isomorphic base64 library in 152 bytes
universal-base64
Small universal base64 functions for node.js and browsers
arraybuffer-to-string
Convert ArrayBuffer to string
b2a
btoa and atob (ie base64/base64url encoding and decoding) support for node.js or old browsers, with the Unicode Problems fixed
canvas-to-buffer
Converts a Canvas graphic into a Buffer, as fast as possible and without a copy.
btoa-atob
CLI tools to convert files and stdin into and from base64.
rn-gzip
Gzip compression and decompression
@ctx-core/atob
ctx-core atob
atob-utf-8
atobwith utf-8 support
@waiting/base64
Base64 encoding/decoding in pure JS on both modern Browsers and Node.js. Also supports URL-safe base64
unicode-encode
Easy base64 encode and decode of Unicode strings and Emojis.
ab64
The smallest and fastest Base64 implementation in JavaScript
@zalari/string-compression-utils
Compress or decompress a string with native browser APIs.
@cnwhy/base64
Base64 library, lossless transcoding.
missing-in-node
Functions that exist in common browsers but are missing in node
base64-binary
A polyfill built upon atob/btoa (browser side only) so as to support base64 to/from binary (Uint8Array/ArrayBuffer) conversion