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

https://github.com/nemuvski/demo-pixelmatch

🛍 Demo application using pixelmatch
https://github.com/nemuvski/demo-pixelmatch

client-side goober pixelmatch reactjs

Last synced: about 1 month ago
JSON representation

🛍 Demo application using pixelmatch

Awesome Lists containing this project

README

          

# Demo pixelmatch

Demo application using [mapbox/pixelmatch](https://www.npmjs.com/package/pixelmatch).

## Let's get started

```bash
# First of all
yarn install

# Run (development)
yarn dev

# Run (production)
yarn build && yarn preview
```