@chaimfn/gimatria

Convert an Hebrew text to number, convert a number to Hebrew text

Usage no npm install needed!

<script type="module">
  import chaimfnGimatria from 'https://cdn.skypack.dev/@chaimfn/gimatria';
</script>

README

Gimatria

Converting an Hebrew text to number. Converting a number to an Hebrew text.

Usage

In your script file:

  • Include this script:
require("@chaimfn/gimatria")

or

import "@chaimfn/gimatria"

or

<script src="@chaimfn/gimatria"></script>
  • Use:
console.log((5779).gimatria());
console.log("ה'תשעט".gimatria())

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details