React Component for Converting File to base64
A native implementation of base64 in C++ for React Native
Base64 encoding and decoding helping util. Created for React Native but can be used anywhere
A minimal base64 implementation for number arrays.
Base64 encoding/decoding in pure JS
Encode/decode base64 data into ArrayBuffers
High-performance Base64 encoder and decoder
Yet another Base64 transcoder in pure-JS
Converts SVG file to utf-8 encoded data-uri string
Display PDFs in your React app as easily as if they were images.
Converts a source-map from/to different formats and allows adding/changing properties.
A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.
Parses the images in png or jpeg format for react-pdf document
A fast Base64 decoder with a low level API. If you want a high level API, look at [base64-js](https://github.com/beatgammit/base64-js).
Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.
Node.js Buffer API, for React Native
Base64 coder.
TypeScript definitions for react-native-base64
React module that can rescaled local images. You can change image's width, height, format, rotation and quality. It returns resized image's new base64 URI or Blob. The URI can be used as the source of an <Image> component.
Base64 encoding and decoding
Adds source mappings and base64 encodes them, so they can be inlined in your generated file.
Encode and decode base64 encoded strings
Encode/decode base64 data into ArrayBuffers
Just another native implementation of Base64 in C++ for React-Native. Inspired and enhanced from @craftzdog/eact-native-quick-base64