@zutatensuppe/normal-text
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

normal-text

A library to remove accents and convert 'aesthetic' text into normal text.

Installation

npm i @zutatensuppe/normal-text

Usage

import normalText from '@zutatensuppe/normal-text'

// Examples
// -------------------------------------------------------------------
normalText.normalize('𝕥𝕙𝕚𝕤 𝕚𝕤 𝕒𝕖𝕤𝕥𝕙𝕖𝕥𝕚𝕔') // 'this is aesthetic'
normalText.normalize('INtèrnåtïonɑlíƶatï߀ԉ') // 'INternationalizati0n'

Readme

Keywords

none

Package Sidebar

Install

npm i @zutatensuppe/normal-text

Weekly Downloads

5

Version

1.0.2

License

MIT

Unpacked Size

96.4 kB

Total Files

18

Last publish

Collaborators

  • zutatensuppe