web-signature
Version:
Primitive and fast framework for rendering web interfaces
9 lines (8 loc) • 305 B
JavaScript
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';