UNPKG

js-draw

Version:

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

7 lines (6 loc) 220 B
// Main entrypoint for the bundler (ESBuild/Webpack/etc.) when creating the bundled // portion of a release. import '../styles'; import Editor from '../Editor.mjs'; export * from '../lib.mjs'; export default Editor;