wordwrap-component

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i wordwrap-component

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • yields