base64 encode/decode a file and save it to disk
High-performance Base64 encoder and decoder
Encode and decode base64 encoded strings
Base64 streaming encoder and decoder
Encode FormData content into the multipart/form-data format
A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.
A Javascript (TypeScript) Port of Adobe Gainmap Technology for storing HDR Images using an SDR Image + a gain map
A Wave file encoder for the extendable-media-recorder package.
Encode and decode quoted-printable strings according to rfc2045
Implementation of the WHATWG URL Standard
A minimal base64 implementation for number arrays.
Base64 encoding/decoding in pure JS
A small node.js library for converting any image to webp file format or converting webp image to any image file format.
Contains new Node.js v0.10 style stream classes for encoding / decoding Base64 data
Encode/decode base64 data into ArrayBuffers
Encoding and decoding for base64, base32, base16, and friends
base64 utilities for TypeScript and JavaScript
See our api docs https://serialport.io/docs/api-parser-slip-encoder
The worker which is used by the media-encoder-host package.
AAC encoder extension for Mediabunny, based on FFmpeg.
The broker which is used by the media-encoder-host package.
The worker which is used by the extendable-media-recorder-wav-encoder package.
The broker which is used by the extendable-media-recorder-wav-encoder package.
MP3 encoder extension for Mediabunny, based on LAME.
Extract inline SVG base64 encoded images, and other inline files.
Allows carrierwave to process Base64 encoded file uploads by providing a `#{mounted_as}_data=` method that accepts Base64 encoded strings and sets the #{mounted_as} column accordingly.
This gem allows you to define `file`-attributes on an active record class which can receive base64-encoded strings which comes in handy for json rest clients posting images to a rails application. Simply post your base64-encoded string using the `_base64`-suffix on the attribute name.
There was no call for this really, except we needed it.
kube_secrets enables you to encode and decode the base64 encoding of secrets in place within your config files making it easier to modify them.
this lib could bundle you css/js files in single file, encode images in base64, rewrite images urls to your cdn hosts
A fork of the original 'font-awesome-rails' gem to include a base64 encoded css file of all of the fonts (primarily for the purposes of pdf generation).
Load configuration from YAML files and base64 encoded YAML environment variables into a Rails app
A simple gem to add accessors on rails models for file upload of pictures/assets (which will be persisted on remote media's disk on object save). Refer documentation for more help. Latest happening: Now with Base64 encoded image support.
Store sensitive data safely as encrypted strings or entire files, using symmetric aes-256-cbc encryption/decryption with a secret key and an IV vector, and YAML-friendly base64-encoded encrypted result.
Store sensitive data safely as encrypted strings or entire files, using symmetric aes-256-cbc encryption/decryption with a secret key and an IV vector, and YAML-friendly base64-encoded encrypted result.
Sometimes, you might want your HTML to include a one-off image file that is just for one person. Making this file public may be undesireable for security reasons, or perhaps simply because it is not worth the overhead of multiple HTTP requests. This gem provides a utility method that takes a locally-saved image file, perhaps within your non-public tmp directory, encodes it as Base64, and returns an HTML <img> element with the correct data URL attributes. It is made possible by the RFC 2397 scheme, which is now fairly well supported in modern browsers.
No description provided.
No description provided.
No description provided.