@types/javascript-color-gradient
TypeScript icon, indicating that this package has built-in type declarations

2.4.2 • Public • Published

Installation

npm install --save @types/javascript-color-gradient

Summary

This package contains type definitions for javascript-color-gradient (https://github.com/Adrinlol/javascript-color-gradient).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/javascript-color-gradient.

index.d.ts

export = Gradient;

declare class Gradient {
    constructor(gradients?: string, maxNum?: number, colors?: string[], intervals?: any[]);
    getColor(index: number): string;
    getColors(): string[];
    setColorGradient(...args: string[]): Gradient;
    setMidpoint(maxNumber: number): this;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Wilson Chua.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/javascript-color-gradient

      Weekly Downloads

      2,594

      Version

      2.4.2

      License

      MIT

      Unpacked Size

      3.27 kB

      Total Files

      5

      Last publish

      Collaborators

      • types