Open drdhaval2785 opened 4 years ago
https://github.com/sanskrit/sanscript.js/blob/3e109b09d0e69de1afb166ebd4d1ffb4e340a0c3/sanscript/sanscript.js gives a javascript based script for transliteration. We can shift this to client side instead of server side. This would obviate the need to do transliteration related stuff on server side.
javascript based script for transliteration.
What about speed? Even for a HUGE page?
https://github.com/sanskrit/sanscript.js/blob/3e109b09d0e69de1afb166ebd4d1ffb4e340a0c3/sanscript/sanscript.js gives a javascript based script for transliteration. We can shift this to client side instead of server side. This would obviate the need to do transliteration related stuff on server side.