userbar

0.0.6 • Public • Published

Example

Install

npm install userbar

Usage

var userbar = require('userbar');

var options = {
    ltext: 'Left Text',
    rtext: 'Right Text',
    ltextxoffset: 0,      // Left text X offset
    rtextxoffset: 40,     // Right text X offset
    path: 'public/images/out.png'}; // Output image path

userbar.createUserbar(options);

After this out.png will be created in your`s project root folder.

Readme

Keywords

none

Package Sidebar

Install

npm i userbar

Weekly Downloads

0

Version

0.0.6

License

MIT

Last publish

Collaborators

  • rootools