0.0.6 • Published 12 years ago

userbar v0.0.6

Weekly downloads
3
License
-
Repository
github
Last release
12 years ago

Example

npm.io

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.

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago