rgbaster

v2.1.1
A dead simple javascript library for extracting the dominant color(s) from an image.

build:no-min

microbundle -f cjs,es --no-compress --sourcemap false

build:umd

microbundle -f umd

clean

if [ -d dist ]; then rm dist/*; fi

build

npm-run-all clean build:*

dev

microbundle watch

test

jest

lint

tslint --fix -c tslint.json 'src/**/*.ts'

prepublishOnly

npm run build
npm i rgbaster

Metadata

  • MIT
  • Whatever
  • Brian Gonzalez
  • released 2/9/2019

Downloads

Maintainers