Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

WebAssembly codecs for mozjpeg, oxipng, gifsicle and webp.

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