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.
- Download or clone the repo:
git clone https://github.com/awran5/react-base64-image-encoding.git
# npm
> cd react-base64-image-encoding
> npm install
# Yarn
> cd react-base64-image-encoding
> yarn