wordwrap-component
v0.0.1
Published
wordwrap util
Readme
wordwrap
wordwrap
Installation
$ component install yields/wordwrapAPI
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 testLicense
MIT
