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: about 2 months 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-17T21:25:40.000Z (10 months ago)
- Last Synced: 2025-03-27T07:47:49.582Z (2 months ago)
- Topics: ffmpeg, ffmpeg-wasm, image-converter, solidjs, wasm
- Language: TypeScript
- Homepage: https://cccaaannn.github.io/wasm-image-converter/
- Size: 186 KB
- Stars: 3
- 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.
  [](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
```