Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cccaaannn/wasm-image-converter

Convert images on browser with ffmpeg.
https://github.com/cccaaannn/wasm-image-converter

ffmpeg ffmpeg-wasm image-converter solidjs wasm

Last synced: 1 day ago
JSON representation

Convert images on browser with ffmpeg.

Awesome Lists containing this project

README

        

# wasico

wasico is a client side image converter, it uses [webassembly](https://webassembly.org/) and [ffmpeg](https://www.ffmpeg.org) to convert images on the browser.

![GitHub top language](https://img.shields.io/github/languages/top/cccaaannn/wasm-image-converter?color=blue&style=flat-square) ![GitHub repo size](https://img.shields.io/github/repo-size/cccaaannn/wasm-image-converter?color=orange&style=flat-square) [![GitHub](https://img.shields.io/github/license/cccaaannn/wasm-image-converter?color=green&style=flat-square)](https://github.com/cccaaannn/wasm-image-converter/blob/master/LICENSE)

---

## Demo



wasico

### Running for Development
```shell
npm run dev
```

### Building
```shell
npm run build
```

### Deploying
```shell
npm run deploy
```