1.0.0 • Published 9 years ago

eighty v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

eighty

utility for working with text in a fixed width buffer (like a console)

Installation

$ npm install eighty

Usage

You probably shouldn't quite yet. YMMV.

var eighty = require('eighty');

eighty.configure({ width: 40 });

eighty.wordWrap('ah, distinctly I remember it was in the bleak December and each seperate dying ember wrought its ghost upon the floor');

license

MIT. (c) 2012 jden - Jason Denizac jason@denizac.org