Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
btoa
btoa for Node.JS (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)
btoa-lite
Smallest/simplest possible means of using btoa with both Node and browserify
b64-lite
isomorphic base64 library in 152 bytes
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
btoa-atob
CLI tools to convert files and stdin into and from base64.
@oslab/btoa
btoa for node and browser
rn-gzip
Gzip compression and decompression
@waiting/base64
Base64 encoding/decoding in pure JS on both modern Browsers and Node.js. Also supports URL-safe base64
font-awesome-assets
Convert any of @FortAwesome's Font-Awesome icons to an asset, such as an <svg> tag or a Base64-encoded PNG/SVG <img> tag! It supports Retina devices and custom tag attributes too! This package was built for @CrocodileJS.
unicode-encode
Easy base64 encode and decode of Unicode strings and Emojis.
custom-fonts-in-emails
An extremely easy way to use custom fonts in emails without having to use art software. Made for Lad.
@zalari/string-compression-utils
Compress or decompress a string with native browser APIs.
ab64
The smallest and fastest Base64 implementation in JavaScript
@cnwhy/base64
Base64 library, lossless transcoding.
base64-lite
Smallest/simplest possible means of using atob with both Node and browserify
@witzbould/utils-string-compression
Compress or decompress a string with native browser APIs with 'gzip', 'deflate', or 'deflate-raw'. Compatible to use with atob and btoa.
base64-binary
A polyfill built upon atob/btoa (browser side only) so as to support base64 to/from binary (Uint8Array/ArrayBuffer) conversion