Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```