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

https://github.com/tanmayvaij/image-to-string

An image to base64 string converter application created using javascript, ReactJS
https://github.com/tanmayvaij/image-to-string

base64image image-to-string image-to-text javascript react reactjs

Last synced: about 2 months ago
JSON representation

An image to base64 string converter application created using javascript, ReactJS

Awesome Lists containing this project

README

          

# Image-to-String

[![Netlify Status](https://api.netlify.com/api/v1/badges/a4e47a45-b09b-4b30-8804-9cef9a1c16c8/deploy-status)](https://app.netlify.com/sites/image-to-string/deploys)

A Simple image to base64 string converter application.

### How to get started ?

1. CLick on Green Code button and download the project

2. Open terminal in project's root directory

3. Execute the below command to install all dependencies
```bash
npm install
```

4. Execute the below command to start the project server
```bash
npm start
```

5. Optionally you can execute the bellow command to get a production build
```bash
npm build
```

## Demo

![](/public/img.png)