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

0.0.11 • 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']
});

/aurora-gradient/

    Package Sidebar

    Install

    npm i aurora-gradient

    Weekly Downloads

    85

    Version

    0.0.11

    License

    none

    Unpacked Size

    93.9 kB

    Total Files

    44

    Last publish

    Collaborators

    • awinogrodzki