chutney-status

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i chutney-status

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • yorkie