Package Exports
- fast-average-color
- fast-average-color/dist/index.esm.js
- fast-average-color/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fast-average-color) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🍏🍊🍅 Fast Average Color
A simple library that calculates average or dominant color of any images or videos in browser environment.

Features
- Bet on speed
- Some algorithms: simple, sqrt (default) and dominant
- Small bundle size, tree shaking
- Average color can be obtained from:
- Average color can be obtained from specific part of resource
- Support for transparency (PNG, SVG and other formats)
- Support for web workers
- Support for Node.js
Table of contents
Unhandled Rejection (SecurityError): The operation is insecure.
The crossOrigin attribute allows images that are loaded from external origins to be used in canvas like the one they were being loaded from the current origin. Using images without CORS approval taints the canvas. Once a canvas has been tainted, you can no longer pull data back out of the canvas. By loading the canvas from cross origin domain, you are tainting the canvas.
You can prevent this by setting crossorigin="anonymous".
More examples
- Background
- Timeline
- Box shadow
- Box shadow, 4 sides
- Border
- Gallery: borders or vertical-horizontally
- Gradient
- Gradient as stripes
- Canvas
- Text photo
- Ambilight
- Define the average color for your images
- WebGL
- Colors of movies 🎬 average color for frames
License
MIT License