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: 3 months ago
JSON representation
Retrieve the dominant color of a PNG or JPEG image
- Host: GitHub
- URL: https://github.com/xtuc/img-color-worker
- Owner: xtuc
- License: apache-2.0
- Created: 2019-05-30T19:06:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T11:27:07.000Z (about 2 years ago)
- Last Synced: 2024-10-03T12:20:19.701Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 47
- Watchers: 3
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-cloudflare - Img-Color - Retrieve the dominant color of a png or jpeg image. (Workers / Recipes)
- awesome-cloudflare - Img-Color - Retrieve the dominant color of a png or jpeg image. (Workers / Recipes)
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
```