This commit is contained in:
parent
2ec6d1d775
commit
90c368ff00
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function generateRules() {
|
||||||
rules_list.style.flexDirection = "column";
|
rules_list.style.flexDirection = "column";
|
||||||
rules_list.style.gap = "1rem";
|
rules_list.style.gap = "1rem";
|
||||||
|
|
||||||
html2canvas(rules_root, { scale: 15, backgroundColor: null }).then(
|
html2canvas(rules_root, { scale: 8, backgroundColor: null }).then(
|
||||||
(canvas) => {
|
(canvas) => {
|
||||||
const link = document.createElement("a");
|
const link = document.createElement("a");
|
||||||
link.download = "Rules.png";
|
link.download = "Rules.png";
|
||||||
|
|
Loading…
Reference in a new issue