UNPKG

fabric-canvas

Version:
18 lines (17 loc) 397 B
{ "configurations": [ { "type": "node", "request": "launch", "name": "Debug fabric-esm-transfrom.js", "program": "${workspaceFolder}/util/fabric-esm-transform.js" }, { "type": "node", "request": "launch", "name": "Debug publish.js", "program": "${workspaceFolder}/util/publish.js", "args": ["0.2.0"] } ] }