Transform Text to HTML Entity and HTML Entity to text
npm install --save t2e2tSee examples/ for different use cases.
Transform textToEntity("Têxt tõ entitîes") => "Tê ;xt tõ ; entitî ;es
Transform entityToText("Têxt tõ entitîes") => "Têxt tõ entitîes"
MIT
