2.0.0 • Published 7 years ago

rainbow-gen v2.0.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

rainbow-gen

JavaScript library for creating :rainbow: s! Uses node/commonjs modules. Works on a server or browser. Oh happy day! :two_men_holding_hands: :penguin: :tada: :tada:

Usage

// Using ES5
var rainbowGen = require('rainbow-gen').generateRainbow;

// Using ES6 modules (using Babel)
import rainbowGen from 'rainbow-gen';

const rainbow = rainbowGen(); // defaults to typical ROYGBIV style rainbow
2.0.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago