muthuk1's picture
Convert OpenMAIC from Next.js to React (Vite)
f56a29b verified
export function mglyph(element, targetParent, previousSibling, nextSibling, ancestors) {
// No support in omml. Output alt text.
if (element.attribs?.alt) {
targetParent.children.push({
type: 'text',
data: element.attribs.alt
})
}
}