JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4607
  • Score
    100M100P100Q120781F
  • License MIT

a color pikcer for web app

Package Exports

  • a-color-picker

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 (a-color-picker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm version MIT License live demo

a-color-picker

See api and demo

a-color-picker screenshot

Usage

  1. Include acolorpicker.js
    <script type="text/javascript" src="acolorpicker.js"></script>
    or require a-color-picker
    const AColorPicker = require('a-color-picker');
  2. Call this JavaScript function
    AColorPicker.from('div.container');