Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cccaaannn/wasm-image-converter
- Owner: cccaaannn
- License: mit
- Created: 2023-10-28T20:38:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-17T21:25:40.000Z (5 months ago)
- Last Synced: 2024-08-18T00:44:34.526Z (5 months ago)
- Topics: ffmpeg, ffmpeg-wasm, image-converter, solidjs, wasm
- Language: TypeScript
- Homepage: https://cccaaannn.github.io/wasm-image-converter/
- Size: 186 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
### Running for Development
```shell
npm run dev
```### Building
```shell
npm run build
```### Deploying
```shell
npm run deploy
```