Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T19:23:21.000Z (11 months ago)
- Last Synced: 2024-10-11T11:18:48.373Z (4 months ago)
- Topics: base64, decoder, image, viewer, vue, website
- Language: Vue
- Homepage: https://base64-viewer.onrender.com
- Size: 1.13 MB
- Stars: 10
- Watchers: 2
- 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
```