1.0.1 • Published 6 years ago

accentless v1.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.0

6 years ago