@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.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.4.2
    608
  • 2.4.1
    31
  • 2.4.0
    1,988
  • 1.3.0
    87

Package Sidebar

Install

npm i @types/javascript-color-gradient

Weekly Downloads

2,714

Version

2.4.2

License

MIT

Unpacked Size

3.27 kB

Total Files

5

Last publish

Collaborators

  • types