beautify-text

1.0.0 • Public • Published

beautify-text Build Status

Automated typographhic quotation and punctuation marks

install

$ npm install --save beautify-text

features

Prettifies multiple typographic marks, some cases are outlined below.

  • Single and double quotes
  • Apostrophes
  • Marks like (tm), (c), (r) and (p) into , ©, ® and §
  • Long dashes, like --- into
  • .., ..., etc into (but ?.., !.. aren't transformed)
  • +- into ±

beautifyText(text)

beautifyText('a --- "b (tm) c"'));
// -> 'a \u2014 “b ™ c”'

license

MIT © Nicolas Bevacqua

Readme

Keywords

none

Package Sidebar

Install

npm i beautify-text

Weekly Downloads

13

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bevacqua