1.0.4 • Published 5 years ago

transgript v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

transgript.js

transgript.js is a transliteration library for Ancient Greek. It supports Wictionary transliteration scheme. Shows transliteration or gematria, i.e. isopsephy

Look https://en.wiktionary.org/wiki/Wiktionary:Ancient_Greek_transliteration

Installation

    yarn add transgript

API

    import { t15n } from "transgript"
  let trnsl = t15n(el.textContent, false)
  trnsl = 'sometransliteration'
  let trnsl = t15n(el.textContent, true)
  trnsl = gematria, i.e. isopsephy

License

GNU GPL