build(deps): update depencies

This commit is contained in:
prafull-opensignlabs
2024-08-01 13:52:07 +05:30
parent dccf757f56
commit 873f4b080a
6 changed files with 6593 additions and 1548 deletions
+1 -1
View File
@@ -771,7 +771,7 @@ function SignYourSelf() {
console.log("error", e);
}
}
//change image width and height to 104/44 in png base64
//change image width and height to 100/40 in png base64
const getNewse64 = await changeImageWH(base64Sign);
//remove suffiix of base64
const suffixbase64 = getNewse64 && getNewse64.split(",").pop();