Skip to content

xudafeng/canvas-color

Repository files navigation

canvas-color

NPM version build status Test coverage node version npm download

canvas color picker

Usage

new CanvasColorPicker({
  image: 'https://avatars2.githubusercontent.com/u/9263023?v=4&s=400',
  size: 40,
  radius: 1.2,
  onSuccess: function(e) {
    // red green blue
    console.log(e);
  }
});

CDN

npmcdn link

Contributors


xudafeng


zivyll

This project follows the git-contributor spec, auto upated at Sat Apr 21 2018 17:56:37 GMT+0800.

License

The MIT License (MIT)

About

canvas color picker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published