1.0.1 • Published 4 years ago

greek-caps-no-accent v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

Greek Caps No Accents

This is a package to help you remove the accent from greek letters and capitalize them. Simply add the "make-capitals" class and you are all set.

Installation

npm i greek-caps-no-accent

	<p class="make-capitals">Μου φάγανε το μουστοκούλουρο</p>

becomes

	<p class="make-capitals">ΜΟΥ ΦΑΓΑΝΕ ΤΟ ΜΟΥΣΤΟΚΟΥΛΟΥΡΟ</p>