dundalek / latinize

Simple library to convert accents (diacritics) from strings to latin characters.
BSD 2-Clause "Simplified" License
148 stars 33 forks source link

extend compatibility to es6 esm + LICENSE + test + minify + update dependencies #12

Closed 1000i100 closed 3 years ago

1000i100 commented 4 years ago

modernize latinize.esm.mjs syntax add .gitignore add Add minify script an some tests #9 https://github.com/danilocunha/latinize add LICENSE #8 compatibility improved : node.js / CommonJS + AMD + browser / bare metal + ESM / MJS / ES6+ / Javascript Module update README.md with usage syntax & npm badge version update dependencies

dundalek commented 3 years ago

Sorry for delayed reply, the tooling added is a bit too much for my taste. CJS can be consumed via ESM so it is fine for now. I think we can revisit it in future if ESM overtakes npm then we can get rid off CJS completely.