0.0.6 • Published 13 years ago
userbar v0.0.6
Example

Install
npm install userbarUsage
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.