tinycolor_v3

2.2.2 • Public • Published

TinyColor3

NPM version NPM downloads License
PayPal

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);

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i tinycolor_v3

      Weekly Downloads

      1

      Version

      2.2.2

      License

      MIT

      Unpacked Size

      1.12 MB

      Total Files

      9

      Last publish

      Collaborators

      • lillyrizuri