UNPKG

2.13 kBMarkdownView Raw
1<p dir="auto">
2 <a href="https://npmjs.com/package/@live-html-editor/text-wrap">
3 <img alt="npm (scoped)" src="https://img.shields.io/npm/v/@live-html-editor/text-wrap.svg">
4 </a>
5 <a href="https://npmjs.com/package/@live-html-editor/text-wrap">
6 <img alt="npm" src="https://img.shields.io/npm/dt/@live-html-editor/text-wrap.svg">
7 </a>
8 <a href="https://packagephobia.now.sh/result?p=@live-html-editor/text-wrap">
9 <img src="https://packagephobia.now.sh/badge?p=@live-html-editor/text-wrap" alt="install size">
10 </a>
11 <br>
12 <a href="https://travis-ci.com/live-html-editor/TextWrap">
13 <img src="https://travis-ci.com/live-html-editor/TextWrap.svg?branch=master" alt="Build Status">
14 </a>
15 <a href="https://codecov.io/github/live-html-editor/TextWrap">
16 <img src="https://codecov.io/github/live-html-editor/TextWrap/branch/master/graph/badge.svg" alt="codecov">
17 </a>
18 <a href="https://david-dm.org/live-html-editor/textwrap">
19 <img src="https://david-dm.org/live-html-editor/textwrap.svg" alt="Dependency Status">
20 </a>
21 <a href="https://david-dm.org/live-html-editor/textwrap?type=dev">
22 <img src="https://david-dm.org/live-html-editor/textwrap/dev-status.svg" alt="devDependency Status">
23 </a>
24 <br>
25 <a href="http://commitizen.github.io/cz-cli/">
26 <img alt="Commitizen friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg">
27 </a>
28 <a href="https://github.com/live-html-editor/TextWrap/fork">
29 <img src="https://img.shields.io/github/forks/live-html-editor/TextWrap.svg?style=social" alt="GitHub forks">
30 </a>
31 <a href="https://github.com/live-html-editor/TextWrap">
32 <img src="https://img.shields.io/github/stars/live-html-editor/TextWrap.svg?style=social" alt="GitHub stars">
33 </a>
34 <br>
35 <a href="https://github.com/live-html-editor/TextWrap/blob/master/LICENSE">
36 <img alt="GitHub" src="https://img.shields.io/github/license/live-html-editor/TextWrap.svg">
37 </a>
38</p>
39
40<h1 dir="auto">
41 Text-Wrap
42</h1>
43
44<p dir="auto">
45 <b><i>A utility to wrap (break) long lines of large texts into limited-length lines, based on given options</i></b><br>
46</p>