# anony-colors-js

> the color properties

Latest version **1.0.0** (published 2021-12-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install anony-colors-js
pnpm add anony-colors-js
yarn add anony-colors-js
bun add anony-colors-js
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-12-26 |
| First published | 2021-12-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 45 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Anonydiamond |
| Maintainers | anonyfoosie |

## Links

- npm: https://www.npmjs.com/package/anony-colors-js
- npm.io page: https://npm.io/package/anony-colors-js

## Recent versions

- 1.0.0 (latest) — 2021-12-26

## README

# Color js properties

## Using Node `command-line`

```bash
npm i colour-js
```

## How to use
# Reference
```js
const Color = require('colour-js')

const color = new Color("#b9f2ff") //enter any hex code in parameter

color.getName() //get name of hex color code
color.toHexa() //convert to hex
color.toHsl() //convert to hsl
```

# Directly without new keyword
```js
const Color = require('colour-js')

Color.getNearestColor("#b9f2ff") //get shade of color name
Color.hexToRgb("#b9f2ff") //convert to hex
```

## You can check more properties while using this

# peace--- `thanks for using`

---
_Source: https://npm.io/package/anony-colors-js · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
