UNPKG

@zsnout/ithkuil

Version:

A set of tools which can generate and parse romanized Ithkuil text and which can generate Ithkuil script from text and JSON data.

4 lines (3 loc) 236 B
import { mergeAdjunctsAndFormative } from "./generate/helpers/consolidate.js"; import { parseAdjunct, parseFormative } from "./parse/index.js"; console.log(mergeAdjunctsAndFormative([parseAdjunct("ao")], parseFormative("arraleöwa")));