2.2.2 • Published 3 years ago

tinycolor_v3 v2.2.2

Weekly downloads
71
License
MIT
Repository
github
Last release
3 years ago

TinyColor is a small, fast library for color manipulation and conversion in JavaScript. It allows many forms of input, while providing color conversions and other color utility functions. It has no dependencies.

Installation

Use the package manager npm to install Captcha Generator

npm i tinycolor_v3

Usage

Basic

// Import the module
const TinyColor = require("tinycolor_v3");

/* Create a new TinyColor object
    - Arguments: Color
      - Color can be in these namespaces:
        - Hex, Rgb, Hsl, Hsv, Cmyk
*/
let color = new TinyColor("#80cee1");

console.log(color.rgbString);
2.2.2

3 years ago

2.2.1

3 years ago

2.1.7

3 years ago

2.1.6

3 years ago

2.1.5

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.3.5

3 years ago

1.2.6

3 years ago

1.0.8

3 years ago

1.3.4

3 years ago

1.2.5

3 years ago

1.3.3

3 years ago

1.2.4

3 years ago

1.3.2

3 years ago

1.2.3

3 years ago

1.3.1

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago