UNPKG

js-draw

Version:

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

12 lines (11 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Contains the current version of the library -- used * internaly (e.g. for documentation). * @internal */ exports.default = { // Note: Auto-updated by prebuild.js: number: '1.29.1', };