aurora-gradient
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

Stripe Gradient

A reverse engineered, and simplified javascript library to replicate the animated Stripe gradients.

Basic usage

HTML

<canvas id="my-canvas-id"></canvas>

JavasScript

new Gradient({
    canvas: '#my-canvas-id',
    colors: ['#a960ee', '#ff333d', '#90e0ff', '#ffcb57']
});

jQuery ready

$('#my-canvas-id').gradient({
    colors: ['#a960ee', '#ff333d', '#90e0ff', '#ffcb57']
});

Package Sidebar

Install

npm i aurora-gradient

Weekly Downloads

2

Version

0.0.10

License

none

Unpacked Size

93.4 kB

Total Files

44

Last publish

Collaborators

  • awinogrodzki