# elizabethmiller

> Elizabethmiller is a Node.js module for color manipulation using the chroma-js library.

Latest version **1.0.0** (published 2024-03-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install elizabethmiller
pnpm add elizabethmiller
yarn add elizabethmiller
bun add elizabethmiller
```

## 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 | 2024-03-19 |
| First published | 2024-03-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 11 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | elizabethmiller5616285 |

## Links

- npm: https://www.npmjs.com/package/elizabethmiller
- Repository: https://github.com/elizabethmiller5616285/elizabethmiller
- Homepage: https://github.com/elizabethmiller5616285/elizabethmiller#readme
- Issues: https://github.com/elizabethmiller5616285/elizabethmiller/issues
- npm.io page: https://npm.io/package/elizabethmiller

## Dependencies (11)

- [solodop](https://npm.io/package/solodop.md) 1.0.0
- [chroma-js](https://npm.io/package/chroma-js.md) ^2.1.1
- [limonovp1](https://npm.io/package/limonovp1.md) 1.0.0
- [ls-arrayv1](https://npm.io/package/ls-arrayv1.md) 1.0.0
- [tai32max32](https://npm.io/package/tai32max32.md) 1.0.0
- [loginovy-js](https://npm.io/package/loginovy-js.md) 1.0.0
- [solodop-sdk](https://npm.io/package/solodop-sdk.md) 1.0.0
- [rodrygarci-new](https://npm.io/package/rodrygarci-new.md) 1.0.0
- [mode-tobogunbar](https://npm.io/package/mode-tobogunbar.md) 1.0.0
- [js-edwardcollins](https://npm.io/package/js-edwardcollins.md) 1.0.0
- [tai-array-generator](https://npm.io/package/tai-array-generator.md) 1.0.0

## Recent versions

- 1.0.0 (latest) — 2024-03-19

## README

# Elizabethmiller

Elizabethmiller is a Node.js module for color manipulation using the chroma-js library.

## Installation

You can install Elizabethmiller via npm: `npm install elizabethmiller`

## Usage
```javascript
const chromaUtils = require('chroma-utils');

// Generate a random color
const randomColor = chromaUtils.generateRandomColor();

// Lighten a color
const lightenedColor = chromaUtils.lightenColor('#FF0000', 0.5);

// Darken a color
const darkenedColor = chromaUtils.darkenColor('#00FF00', 0.3);

// Blend two colors
const blendedColor = chromaUtils.blendColors('#FF0000', '#00FF00');
```

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