9.0.0 • Published 5 months ago

wrap-ansi v9.0.0

Weekly downloads
46,221,006
License
MIT
Repository
github
Last release
5 months ago

wrap-ansi

Wordwrap a string with ANSI escape codes

Install

npm install wrap-ansi

Usage

import chalk from 'chalk';
import wrapAnsi from 'wrap-ansi';

const input = 'The quick brown ' + chalk.red('fox jumped over ') +
	'the lazy ' + chalk.green('dog and then ran away with the unicorn.');

console.log(wrapAnsi(input, 20));

API

wrapAnsi(string, columns, options?)

Wrap words to the specified column width.

string

Type: string

A string with ANSI escape codes, like one styled by chalk.

Newline characters will be normalized to \n.

columns

Type: number

The number of columns to wrap the text to.

options

Type: object

hard

Type: boolean\ Default: false

By default the wrap is soft, meaning long words may extend past the column width. Setting this to true will make it hard wrap at the column width.

wordWrap

Type: boolean\ Default: true

By default, an attempt is made to split words at spaces, ensuring that they don't extend past the configured columns. If wordWrap is false, each column will instead be completely filled splitting words as necessary.

trim

Type: boolean\ Default: true

Whitespace on all lines is removed by default. Set this option to false if you don't want to trim.

Related

  • slice-ansi - Slice a string with ANSI escape codes
  • cli-truncate - Truncate a string to a specific width in the terminal
  • chalk - Terminal string styling done right
  • jsesc - Generate ASCII-only output from Unicode strings. Useful for creating test fixtures.
cliuiinquirerboxenlog-updatelistr2@oclif/errorsarchetype-librarycomponennentteasy-select-rnvuedragdropuploadimagesreact-native-bluetooth2killi8n-react-native-fast-imagern-send-smsspecify-importsbabel-specify-imports@icanpm/api-masterfoshata-markdown@nhatle/react-build-tools@cashremit/cr-streamline-iconsreact-native-template-rfbasevitepress-dg-clinuxt-compactnuxt2airscanairscan-examplebb-chat@nghiepuit/sdk-builderbase-sdk-buildernghiepuit-build-toolsreact-native-esc-pos-sahaab@nghiepuit/react-build-tool@borisovart/atol-kkt-module@frxf/frxf@typhonjs-oclif/helpbasebackend-storiescdfinance-clideneme323112@evangodon/lr@texttree/demo-bsa-reference-rcl@snyk/snyk-dev@ntt_app/react-native-custom-notificationreact-native-custom-text-hwjames@sonammalhotra/lotide@smishra17/lotide@cheapthrills/lotidereact-native-covid-sdkgql_din_modbitgetreact-native-thanh-toast-librarysalut_gongjang_first_module@jttechnic/interpreter@thanhnguyen14797/react-native-thanh-toast-library@l1nyanm1ng/react-picture-viewer1host-next@1hostjs/hosting@saeon/quick-formcthpb-plugin-social@iobroker-community-adapters/iobroker.device-watcherjbi@olivervorasai/slidermysql-formatreact-native-printer-brothersrn-pdf-reader-offline@sheba/commit-template@newhorizon-tech/dd-npm-package-templatereact-native-shekhar-bridge-testrepotestcogoportutilsuncoded-connectyan-element-uuuudyx-reactlevibestliblevibestlib2levilibtest19levilibtest24levilibtest25levilibtest26levilibtest27levilibtest28levilibtest29levinodelib@nicholasjj/lotidetalent-to-vite-cliwilscanner@oiti/documentoscopy-react-native@mink-opn/build-tokensquoc-testreact-native-slider-kfnodejs-fileshareunblock-block-save-variables@prodam/prodam-typescz-ly-emojicz-gamedevcclibyarntest@saaspe/componentsplginshamsi-date-nowexpand-react-bridgeopea-bootstraapluminos-ui-core
9.0.0

5 months ago

8.1.0

1 year ago

8.0.1

3 years ago

8.0.0

3 years ago

7.0.0

4 years ago

6.2.0

4 years ago

6.1.0

4 years ago

6.0.0

5 years ago

5.1.0

5 years ago

5.0.0

5 years ago

4.0.0

6 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.1.0

7 years ago

2.1.0-candidate

7 years ago

2.0.0

8 years ago

1.0.0

8 years ago

0.3.0

8 years ago

0.2.0

9 years ago

0.1.0

9 years ago