transgript
v1.0.4
Published
transgript shows transliteration (Wiktionary scheme), or gematria of an Ancient Greek string
Downloads
1
Readme
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