1.0.2 • Published 6 months ago

chromapicker v1.0.2

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
6 months ago

chroma banner

Installation

import Chroma from 'chromapicker';

or

<link
  rel="stylesheet"
  href="https://unpkg.com/chromapicker@latest/dist/chromapicker.css"
/>
<script src="https://unpkg.com/chromapicker@latest/dist/chroma.umd.js"></script>

Usage

<input id="example-picker" />
<script>
  const instance = new Chroma('#example-picker', {
    initialColor: '#000000',
  });
</script>

Preview

Try it out in your browser

npm.io

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago