Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/le0pard/webp-wasm
Webp image convertor (webassembly, works offline in browser)
https://github.com/le0pard/webp-wasm
converter image online pwa wasm webassembly webp
Last synced: 2 months ago
JSON representation
Webp image convertor (webassembly, works offline in browser)
- Host: GitHub
- URL: https://github.com/le0pard/webp-wasm
- Owner: le0pard
- License: mit
- Created: 2019-02-08T23:38:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T18:08:37.000Z (about 3 years ago)
- Last Synced: 2024-04-14T15:50:36.280Z (9 months ago)
- Topics: converter, image, online, pwa, wasm, webassembly, webp
- Language: JavaScript
- Homepage: https://webp.leopard.in.ua
- Size: 10.8 MB
- Stars: 26
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Webp Wasm](https://webp.leopard.in.ua/) [![Build Status](https://travis-ci.com/le0pard/webp-wasm.svg?branch=master)](https://travis-ci.com/le0pard/webp-wasm)
Webp Wasm (webassembly) image convertor.
## Development
Web app build on top of [middleman](http://middlemanapp.com/). To start it in development mode, you need install ruby, node.js and run in terminal:
```bash
$ bundle # get all ruby deps
$ yarn # get all node.js deps
$ middleman server # start server on 4567 port
```## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request