Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyrilwanner/wasm-codecs
WebAssembly codecs for mozjpeg, oxipng, gifsicle and webp.
https://github.com/cyrilwanner/wasm-codecs
codecs gifsicle image mozjpeg optimization oxipng wasm webassembly webp
Last synced: 17 days ago
JSON representation
WebAssembly codecs for mozjpeg, oxipng, gifsicle and webp.
- Host: GitHub
- URL: https://github.com/cyrilwanner/wasm-codecs
- Owner: cyrilwanner
- License: mit
- Created: 2020-03-13T16:03:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T22:35:03.000Z (about 2 years ago)
- Last Synced: 2025-01-02T09:07:33.662Z (20 days ago)
- Topics: codecs, gifsicle, image, mozjpeg, optimization, oxipng, wasm, webassembly, webp
- Language: TypeScript
- Homepage:
- Size: 16.3 MB
- Stars: 63
- Watchers: 6
- Forks: 3
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasm-codecs
This monorepo contains different codes compiled into WebAssembly so they can be installed on any system and don't require native binaries.
Most of the codecs are improved versions and based on work done by the [Squoosh](https://github.com/GoogleChromeLabs/squoosh) team.
Currently, only Node.js builds are published. Browser builds will be supported as well in the future.
## Packages
- **[`@wasm-codecs/mozjpeg`](packages/mozjpeg)**
- **[`@wasm-codecs/oxipng`](packages/oxipng)**
- **[`@wasm-codecs/gifsicle`](packages/gifsicle)**
- `@wasm-codecs/webp` (*coming soon*)## License
Licensed under the [MIT](https://github.com/cyrilwanner/wasm-codecs/blob/master/LICENSE) license.
© Copyright Cyril Wanner