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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    3

Package Sidebar

Install

npm i chutney-status

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • yorkie