add html2canvas

This commit is contained in:
2026-06-03 14:45:30 +07:00
parent a2ca593057
commit 74043548b7
2 changed files with 37 additions and 1 deletions
+4 -1
View File
@@ -5,5 +5,8 @@
"repository": "https://github.com/kurogeek/posprinter",
"author": "kurogeek <kurogeek@lmvhaus.com>",
"license": "GPT-3.0",
"private": false
"private": false,
"dependencies": {
"html2canvas": "^1.4.1"
}
}