UNPKG

rvx

Version:

A signal based rendering library

7 lines 327 B
import { Context } from "./context.js"; export const HTML = "http://www.w3.org/1999/xhtml"; export const SVG = "http://www.w3.org/2000/svg"; export const MATHML = "http://www.w3.org/1998/Math/MathML"; export const XMLNS = new Context(HTML); export const NODE = Symbol.for("rvx:node"); //# sourceMappingURL=element-common.js.map