Ecosyste.ms: Awesome

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

https://github.com/xtuc/img-color-worker

Retrieve the dominant color of a PNG or JPEG image
https://github.com/xtuc/img-color-worker

Last synced: 2 months ago
JSON representation

Retrieve the dominant color of a PNG or JPEG image

Lists

README

        

# 👷 `img-color-worker`

Retrieve the dominant color of a PNG or JPEG image.

`index.js` is the content of the Workers script.

#### Wrangler

To generate using [wrangler](https://github.com/cloudflare/wrangler)

```
wrangler generate myapp https://github.com/xtuc/img-color-worker
```