Skip to content

Commit

Permalink
Fix limit type
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed May 29, 2024
1 parent 7614e65 commit a36db3b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,7 @@ export const background_config: ISourceOptions = {
width: 3000,
height: 2000
},
limit: {
mode: "delete",
value: 0
},
limit: 5000,
value: 400
},
opacity: {
Expand Down

0 comments on commit a36db3b

Please sign in to comment.