vibrant-loader
v0.3.4
Published
A webpack loader extracting dominant colors and some other stuff from images
Downloads
6
Maintainers
Readme
vibrant-loader
A web pack loader giving access to the vibrant/dominant colors of images.
You can see it in action here.
returns an object with various swatches, the dimensions & height ratio of the original source file as well as a base64-ed 3x3px version that can be used as stylistic background or placeholder for optimistic image loading.
Usage
- install:
yarn add vibrant-loader
- require:
require('vibrant-loader!image.png')
yarn build-example
generates a simplistic showcase in example/build