Skip to main content
Module

x/neta/util.ts>Eelement

A SRT and ASS/SSA subtitle parser 🦕
Latest
interface Eelement
import { type Eelement } from "https://deno.land/x/neta@v0.5.5/util.ts";

Properties

node:
| "b"
| "u"
| "i"
| "font"
| "text"
| "line-position"
children: Array<string | Eelement>
optional
attr: { [name: string]: string; }