File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 77
88Provides a simple API to normalize texts, white-spaces, names, paragraphs & diacritics (accents).
99
10+ - 📦 Distributions in ESM, CommonJS, UMD and UMD _ minified_ formats.
11+
12+ - ⚡ Lightweight:
13+ - It's bundled with [ Rollup] ( https://rollupjs.org/ ) and [ Bublé] ( https://buble.surge.sh/ ) .
14+ - Smaller than 0.5B (min + gzip).
15+ - Supports _ tree shaking_ .
16+
17+ - 🔋 Bateries included:
18+ - No dependencies.
19+ - Its not based on newer browser's APIs or es2015+ features.
20+ - Only needs ` String.prototype.normalize ` polyfill for older browsers, and don't break without it.
21+
22+ - 🏷 Safe:
23+ - Type declarations for IDEs and editor's autocomplete/intellisense.
24+ - Made with TypeScript as strict as possible.
25+ - Unit tests with Jest.
26+ - Travis CI that keeps tests running.
27+
1028## Install
1129
1230` normalize-text ` is published under NPM registry, so you can install using any Node.js package manager.
You can’t perform that action at this time.
0 commit comments