Cuneiform Transliterator (Same Folder PNGs)

Enter an English word and click Transliterate. All .png files are expected to be in the same folder as this index.html.

How it works:
  1. We map letters to one of the chart vowels (A, E, I, U) or consonants (B, D, G, H, K, L, M, N, P, Q, R, S, T, Z). Anything else falls back to S or a guess.
  2. We chunk letters into 2-letter pairs (C+V or V+C) if possible, then find the “closest” among the 112 cuneiform syllables.
  3. Finally, we create <img> tags where src is something like BA.png, NA.png, etc.