fast-average-color
TypeScript icon, indicating that this package has built-in type declarations

9.4.0 • Public • Published

Fast Average Color

NPM version NPM Downloads bundlephobia install size Coveralls

Demo

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:
    • image
    • string (url of image or base64)
    • video
    • canvas or OffscreenCanvas
    • ImageBitmap
    • array of numbers, Uint8Array or Uint8ClampedArray
  • 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

See code

License

MIT License

Links

Package Sidebar

Install

npm i fast-average-color

Weekly Downloads

45,821

Version

9.4.0

License

MIT

Unpacked Size

76.1 kB

Total Files

17

Last publish

Collaborators

  • hcodes