varnam

NodeJs bindings to libvarnam

Usage no npm install needed!

<script type="module">
  import varnam from 'https://cdn.skypack.dev/varnam';
</script>

README

Varnam

A node module for an indic transliterator library called varnam. This can be used to convert english to indic languages from javascript.

How to build

You need the prerequisites of node-gyp to build this module

  • Clone the repository
  • cd varnam-addon
  • node-gyp configure build

Note: This is just a basic version and the api is not yet finalized.