@aegisjsproject/core
Version:
A fast, secure, modern, light-weight, and simple JS library for creating web components and more!
12 lines (11 loc) • 479 B
JavaScript
export { text } from './parsers/text.js';
export {
createStyleSheet, createCSSParser, css, lightCSS,
darkCSS, styleSheetToFile, styleSheetToLink,
} from './parsers/css.js';
export { createHTMLParser, html, doc, htmlUnsafe, docUnsafe, htmlToFile } 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';