fabric-canvas
Version:
Web Component wrapper of fabric.js
18 lines (17 loc) • 397 B
JSON
{
"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"]
}
]
}