# @chenshuai2144/sketch-color

> copy form react-color, but only have SketchColor

Latest version **1.0.9** (published 2023-02-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install @chenshuai2144/sketch-color
pnpm add @chenshuai2144/sketch-color
yarn add @chenshuai2144/sketch-color
bun add @chenshuai2144/sketch-color
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.9 |
| Published | 2023-02-08 |
| First published | 2022-03-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 311 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | chenshuai2144 |

## Links

- npm: https://www.npmjs.com/package/@chenshuai2144/sketch-color
- Repository: https://github.com/chenshuai2144/sketch-color
- Homepage: https://github.com/chenshuai2144/sketch-color#readme
- Issues: https://github.com/chenshuai2144/sketch-color/issues
- npm.io page: https://npm.io/package/@chenshuai2144/sketch-color

## Dependencies (2)

- [reactcss](https://npm.io/package/reactcss.md) ^1.2.3
- [tinycolor2](https://npm.io/package/tinycolor2.md) ^1.4.2

## Recent versions

- 1.0.9 (latest) — 2023-02-08
- 1.0.8 — 2022-03-16
- 1.0.7 — 2022-03-16
- 1.0.6 — 2022-03-16
- 1.0.5 — 2022-03-16
- 1.0.4 — 2022-03-16
- 1.0.3 — 2022-03-16
- 1.0.2 — 2022-03-16
- 1.0.1 — 2022-03-16
- 1.0.0 — 2022-03-16

## README

# SketchColor

copy form react-color, but only have SketchColor

## install

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

## Getting Started

Install dependencies,

```bash
$ npm i
```

Start the dev server,

```bash
$ npm start
```

Build documentation,

```bash
$ npm run docs:build
```

Run test,

```bash
$ npm test
```

Build library via `father-build`,

```bash
$ npm run build
```

---
_Source: https://npm.io/package/@chenshuai2144/sketch-color · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
