@indic-transliteration/sanscript
Version:
Sanscript is a transliteration library for Indian languages. It supports the most popular Indian scripts and several different romanization schemes. Although Sanscript focuses on Sanskrit transliteration, it has partial support for other languages and is
25 lines (20 loc) • 655 B
HTML
<html>
<head>
<title>Sanscript tests</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css" />
<script src="../node_modules/qunit/qunit/qunit.js"></script>
<script src="../sanscript.js"></script>
<script src="tests.js"></script>
</head>
<body>
<button
onclick = "console.dir(Sanscript.schemes)"
style = "position: fixed; top: 20px; right: 20px;"
>
log schemes to console
</button>
<div id="qunit" />
</body>
</html>