https://github.com/vovanr/convert2base64
Convert file to base64
https://github.com/vovanr/convert2base64
vovanr-service
Last synced: 3 months ago
JSON representation
Convert file to base64
- Host: GitHub
- URL: https://github.com/vovanr/convert2base64
- Owner: VovanR
- License: mit
- Created: 2015-11-07T18:04:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T02:02:24.000Z (over 3 years ago)
- Last Synced: 2025-06-12T13:03:23.784Z (about 1 year ago)
- Topics: vovanr-service
- Language: JavaScript
- Homepage: https://vovanr.github.io/convert2base64
- Size: 4.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# convert2base64

> Convert file to base64
Demo: [vovanr.github.io/convert2base64][demo]

## Start
```shell
npm start
```
## Test
```shell
npm test
```
## Techs
- [Create React App](https://github.com/facebook/create-react-app)
## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)
[demo]: https://vovanr.github.io/convert2base64