UNPKG

@aegisjsproject/core

Version:

A fast, secure, modern, light-weight, and simple JS library for creating web components and more!

15 lines (14 loc) 650 B
export { text } from './parsers/text.js'; export { createStyleSheet, createCSSParser, css, lightCSS, prefixCSSRules, useScopedStyle, darkCSS, styleSheetToFile, styleSheetToLink, createBoundParser, adoptStyles, createStyleScope, } from './parsers/css.js'; export { createHTMLParser, html, doc, htmlUnsafe, docUnsafe, htmlToFile, createTrustedHTMLTemplate, trustedHTML, createShadowParser, shadow, styledShadow, el, } from './parsers/html.js'; export { xml } from './parsers/xml.js'; export { svg } from './parsers/svg.js'; export { json } from './parsers/json.js'; export { math } from './parsers/math.js'; export { url } from './parsers/url.js';