moved to API
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
|
||||
function enochianGlyphUrl(letter) {
|
||||
const code = enochianGlyphCode(letter);
|
||||
return code ? `asset/img/enochian/char(${code}).png` : "";
|
||||
return code ? (window.TarotDataService?.toApiAssetUrl?.(`img/enochian/char(${code}).png`) || "") : "";
|
||||
}
|
||||
|
||||
function enochianGlyphImageHtml(letter, className) {
|
||||
|
||||
Reference in New Issue
Block a user