Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@chenshuai2144/sketch-color

chenshuai2144368.8kMIT1.0.9TypeScript support: included

copy form react-color, but only have SketchColor

readme

SketchColor

copy form react-color, but only have SketchColor

install

npm i @chenshuai2144/sketch-color --save-dev
yarn add @chenshuai2144/sketch-color

Getting Started

Install dependencies,

$ npm i

Start the dev server,

$ npm start

Build documentation,

$ npm run docs:build

Run test,

$ npm test

Build library via father-build,

$ npm run build