1.0.1 • Published 6 years ago

bleedr v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Bleedr

Javacript performance graph in browser.

Install

Installing via cdn

<script src="https://unpkg.com/bleedr"></script>

Installing the npm module

npm install bleedr

Usage

const bleedr = new Bleedr();
bleedr.bleed();
const options = {
  frames: 150, //Number of frames 
  colWidth: "2px", //width of each frames
  flameColor: "#f6cc33", //flame color
  shadesCount: 10, //no of shades for linear gradient
  maxPixel: 500, //max pixel height for linear gradient
}
const bleedr = new Bleedr(options);
bleedr.bleed();

Demo

https://bleedr.surge.sh/

1.0.1

6 years ago

1.0.0

6 years ago