1.0.1 • Published 7 years ago

accentless v1.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

Accentless

A stupid module to remove accents and diacritics using Vanilla JS without dependencies.

Installation

npm install accentless --save

Usage

const accentless = require('accentless');

accentless('München'); // -> Munchen;
1.0.1

7 years ago

1.0.0

7 years ago