UNPKG

js-draw

Version:

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

10 lines (9 loc) 189 B
/** * Contains the current version of the library -- used * internaly (e.g. for documentation). * @internal */ declare const _default: { number: string; }; export default _default;