https://github.com/t99/colorscript
Color library for JavaScript/JavaScript library for colors.
https://github.com/t99/colorscript
cie cielab ciexyz color color-diff color-difference colors colorspace colorspaces cymk delta-e hsl hsv rgb rgba srgb
Last synced: 27 days ago
JSON representation
Color library for JavaScript/JavaScript library for colors.
- Host: GitHub
- URL: https://github.com/t99/colorscript
- Owner: T99
- License: gpl-3.0
- Created: 2021-08-12T20:21:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T15:47:39.000Z (over 4 years ago)
- Last Synced: 2025-03-02T21:34:22.519Z (over 1 year ago)
- Topics: cie, cielab, ciexyz, color, color-diff, color-difference, colors, colorspace, colorspaces, cymk, delta-e, hsl, hsv, rgb, rgba, srgb
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# ColorScript
A color library for JavaScript/a JavaScript library for colors.
### [Find colorscript on NPM.](https://www.npmjs.com/package/colorscript)
## Table of Contents
- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Documentation](#documentation)
- [License](#license)
## Installation
Install from NPM with
```
$ npm install --save colorscript
```
## Basic Usage
Basic usage instructions here.
## Documentation
See the [wiki](https://github.com/T99/colorscript/wiki) for full documentation.
## License
colorscript is made available under the GNU General Public License v3.
Copyright (C) 2021 Trevor Sears