0.0.1 • Published 11 years ago

wordwrap-component v0.0.1

Weekly downloads
5
License
-
Repository
-
Last release
11 years ago

wordwrap

wordwrap

Installation

$ component install yields/wordwrap

API

wordwrap(str, max, eol)

wordwrap('Hello, World!', 5, '\n');
// > 'Hello\n, Wor\nld!'

wordwrap(str, max)

wordwrap('Hello, World!', 5);
// > 'Hello\n, Wor\nld!'

Tests

# make test

License

MIT

0.0.1

11 years ago