Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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