0.0.1 • Published 11 years ago

chutney-status v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

Chutney Status

chutney status icons library based on node-canvas

Supported status

passing

failed

Installation

$ npm install chutney-status

Usage

var icon1 = new PassingIcon();
icon1.pipe(fs.createWriteStream(path.join(__dirname, './passing.png')));

var icon2 = new FailedIcon();
icon2.pipe(fs.createWriteStream(path.join(__dirname, './failed.png')));

License

MIT

0.0.1

11 years ago