UNPKG

js-draw

Version:

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

5 lines (4 loc) 210 B
import Editor, { EditorSettings } from '../Editor'; /** Creates an editor. Should only be used in test files. */ declare const _default: (settings?: Partial<EditorSettings>) => Editor; export default _default;