feat: 文字涂色

This commit is contained in:
2025-03-30 19:59:59 +08:00
parent 2d686a9c01
commit c00c45a9be
8 changed files with 324 additions and 25 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
const PAPER_SIZE = {
A4: {
width: 2480,
height: 3508,
// width: 2480,
// height: 3508,
width: 595,
height: 842,
},
A3: {
width: 3508,