Going back to the canvas thing

This commit is contained in:
Lani Aung
2021-12-12 13:49:19 -07:00
parent 720b387dd3
commit 262bce4549
20 changed files with 3623 additions and 537 deletions
+5
View File
@@ -11,6 +11,8 @@
"author": "Lani",
"license": "UNLICENSED",
"devDependencies": {
"@types/fabric": "^4.5.6",
"core-js": "^3.19.2",
"css-loader": "^6.5.1",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
@@ -21,6 +23,9 @@
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@types/lodash": "^4.14.178",
"fabric": "^4.6.0",
"lodash": "^4.17.21",
"material-components-web": "^13.0.0"
}
}