UNPKG

fabric

Version:

Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.

20 lines (19 loc) 371 B
{ "extends": "./tsconfig.json", "compilerOptions": { "skipLibCheck": true, "noEmitOnError": false, "allowJs": false }, "include": ["src", "fabric.ts", "index.ts", "index.node.ts"], "exclude": [ "dist", "dist-extensions", "node_modules", "**/*.mjs", "**/*.js", "**/*.spec.ts", "**/*.test.ts", "**/*.fixtures.ts" ] }