awran5 / react-base64-image-encoding

Free online base64 encoding support JPG, JPEG, PNG, GIF, WebP, BMP, SVG formats (max. 1 MB).

Home Page:https://react-base64.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React base64-image Encoding

Free online base64 encoding support JPG, JPEG, PNG, GIF, WebP, BMP, SVG formats (max. 1 MB).

🤔 Base64 encoded images are good for tiny images, small icons, logos in emails, other than that, using base64 images might actually kill your performance.


screenshot

Instructions

  • Download or clone the repo:
git clone https://github.com/awran5/react-base64-image-encoding.git

Install

# npm
> cd react-base64-image-encoding
> npm install

# Yarn
> cd react-base64-image-encoding
> yarn

About

Free online base64 encoding support JPG, JPEG, PNG, GIF, WebP, BMP, SVG formats (max. 1 MB).

https://react-base64.vercel.app/

License:MIT License


Languages

Language:TypeScript 71.9%Language:HTML 12.1%Language:CSS 8.2%Language:JavaScript 7.8%