UNPKG

js-draw

Version:

Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript.

11 lines (10 loc) 754 B
export { default as ActionButtonWidget } from './ActionButtonWidget.mjs'; export { default as BaseToolWidget } from './BaseToolWidget.mjs'; export { default as BaseWidget, ToolbarWidgetTag } from './BaseWidget.mjs'; export { default as PenToolWidget } from './PenToolWidget.mjs'; export { default as TextToolWidget } from './TextToolWidget.mjs'; export { default as HandToolWidget } from './HandToolWidget.mjs'; export { default as SelectionToolWidget } from './SelectionToolWidget.mjs'; export { default as EraserToolWidget } from './EraserToolWidget.mjs'; export { default as InsertImageWidget } from './InsertImageWidget/InsertImageWidget.mjs'; export { default as DocumentPropertiesWidget } from './DocumentPropertiesWidget.mjs';