UNPKG

js-draw

Version:

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

26 lines (25 loc) 503 B
{ "inDirectory": "./src", "outDirectory": "./dist", "scssFiles": ["./src/Editor.scss"], "bundledFiles": [ { "name": "jsdraw", "inPath": "./src/bundle/bundled.ts", "outPath": "./dist/bundle.js" }, { "name": "jsdrawStyles", "inPath": "./src/styles.js", "outPath": "./dist/bundledStyles.js" } ], "translationSourceFiles": [ { "name": "js-draw", "path": "./tools/allLocales.js", "defaultLocale": "en" } ], "prebuild": { "scriptPath": "./tools/prebuild.js" } }