Skip to content

Commit

Permalink
Add png and jpg as deps to web app
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-ec committed Sep 30, 2022
1 parent ced4d99 commit d869372
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app_web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"rxjs": "^6.6.3",
"simple-dropzone": "^0.8.0",
"vue": "^2.6.12",
"vue-rx": "^6.2.0"
"vue-rx": "^6.2.0",
"fast-png": "^5.0.3",
"jpeg-js": "^0.4.3"
},
"devDependencies": {
"rollup": "^2.79.1",
Expand Down

0 comments on commit d869372

Please sign in to comment.