UNPKG

js-draw

Version:

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

8 lines (6 loc) 152 B
/** * Applies the editor's styles to the document. * @packageDocumentation */ import './Editor.scss'; import '@melloware/coloris/dist/coloris.css';