chrisjshull / wrap-words

A word wrapping utility which correctly handles graphemes and ANSI escape codes.

Home Page:https://chrisjshull.github.io/wrap-words/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrap-words

Travis Codecov GitHub issues GitHub pull requests MIT License Version Try on RunKit

npm install wrap-words

A word wrapping utility which correctly handles graphemes and ANSI escape codes.

wrap-words is a little different from other word wrapping utilities in that it treats all passed in whitespace as collapsible (like HTML). This means is can also be used to re-wrap a string that had previously been wrapped.

Live Example

API Docs

About

A word wrapping utility which correctly handles graphemes and ANSI escape codes.

https://chrisjshull.github.io/wrap-words/docs

License:MIT License


Languages

Language:JavaScript 55.7%Language:HTML 44.3%