Skip to content

Commit ba395a0

Browse files
committed
Added text change
1 parent b526bb8 commit ba395a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const format = {
3333
};
3434

3535
const text = {
36-
only: true,
36+
only: false,
3737
color: "#ffffff",
3838
size: 20,
3939
xGap: 40,
@@ -52,7 +52,7 @@ const pixelFormat = {
5252
const background = {
5353
generate: true,
5454
brightness: "80%",
55-
static: true,
55+
static: false,
5656
default: "#000000",
5757
};
5858

0 commit comments

Comments
 (0)