Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

chromoselector/chromoselector

Repository files navigation

Deprecation notice

THIS LIBRARY IS DEPRECATED, NO LONGER SUPPORTED, CONTAINS SECURITY VULNERABILITIES AND SHOULD NOT BE USED.

Documentation

Demos

Live demos available at https://chromoselector.netlify.com.

Features

  • Inline and static picker modes
  • Supports the following color formats:
    • RGB
    • RGBA
    • HEX
    • HEXA
    • HSL
    • HSLA
    • CMYK
  • Embedded side panel
  • Extensive API
  • Touch screen support
  • Themable
  • Resizable

Install

npm install chromoselector --save

Or download from https://github.com/chromoselector/chromoselector/releases

Build

git clone https://github.com/chromoselector/chromoselector.git
cd chromoselector
npm install
npm run dist