Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 434 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 434 Bytes

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

Usage

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

. . . becomes

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