https://github.com/alrico88/base64-viewer
Website to view Base64 encoded images
https://github.com/alrico88/base64-viewer
base64 decoder image viewer vue website
Last synced: about 1 year ago
JSON representation
Website to view Base64 encoded images
- Host: GitHub
- URL: https://github.com/alrico88/base64-viewer
- Owner: alrico88
- Created: 2020-04-06T13:55:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T19:23:21.000Z (over 2 years ago)
- Last Synced: 2025-04-19T00:51:24.056Z (about 1 year ago)
- Topics: base64, decoder, image, viewer, vue, website
- Language: Vue
- Homepage: https://base64-viewer.onrender.com
- Size: 1.13 MB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# base64-viewer
Web app to encode / decode an image into its Base64 representation.
Built using Vue 3, Nuxt and Typescript.
## Project setup
```
pnpm install --shamefully-hoist
```
### Compiles and hot-reloads for development
```
pnpm run dev
```
### Compiles and minifies for production
```
pnpm run build
```