An open API service indexing awesome lists of open source software.

https://github.com/awran5/react-base64-image-encoding

Free online base64 encoding support JPG, JPEG, PNG, GIF, WebP, BMP, SVG formats (max. 1 MB).
https://github.com/awran5/react-base64-image-encoding

base64-encoding react typescript

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://bunny.net/blog/why-optimizing-your-images-with-base64-is-almost-always-a-bad-idea/).



screenshot

### Instructions

- Download or clone the repo:

```
git clone https://github.com/awran5/react-base64-image-encoding.git
```

## Install

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

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

### [Live](https://react-base64.vercel.app/)