From a36db3b251580c778fe336588646e835bb354e66 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Wed, 29 May 2024 12:50:00 +0530 Subject: [PATCH] Fix limit type --- src/consts.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/consts.ts b/src/consts.ts index 945259b..06e37c2 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -309,10 +309,7 @@ export const background_config: ISourceOptions = { width: 3000, height: 2000 }, - limit: { - mode: "delete", - value: 0 - }, + limit: 5000, value: 400 }, opacity: {