UNPKG

web-signature

Version:

Primitive and fast framework for rendering web interfaces

10 lines (9 loc) 362 B
import Signature from './Signature.js'; export default function () { return new Signature(); } export { default as Signature } from './Signature.js'; export { default as Component } from './Component.js'; export { default as Prop } from './Prop.js'; export { default as Library } from './Library.js'; export { default as html, unsafeHTML } from './html.js';