Thaana keyboard replaces latin text to thaana unicode characters
npm install thaana-keyboardDemo: https://thaana-keyboard.khusaam.com
npm
```
npm i thaana-keyboard
or using yarn
``
yarn add thaana-keyboard
or link to build file in d
``
To start using in the default config, setup the input by adding class thaana-keyboard to the element
``
class="thaana-keyboard">
and initiating the keyboard
``
If you need to use a different class, you can specify it as the first argument. Example:
``
Just make sure that the same class is assigned to the input ot textarea
The second argument for the class is a boolean which determines to run the class immediately. If specified false you much run it manually. Example:
```