1.0.2 β€’ Published 9 months ago

@zutatensuppe/normal-text v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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('INο½”Γ¨ο½’ο½ŽΓ₯ο½”Γ―ο½ο½ŽΙ‘ο½ŒΓ­ΖΆο½ο½”Γ―ί€Τ‰') // 'INternationalizati0n'
1.0.2

9 months ago

1.0.0

9 months ago