Refactor code structure for improved readability and maintainability

This commit is contained in:
Ayesha Imran 2025-04-28 13:22:25 +05:00
parent c8d38e87b0
commit 987668c139
31 changed files with 1517 additions and 2045 deletions

View file

@ -555,4 +555,4 @@ export const newImageElement = (
scale: opts.scale ?? [1, 1],
crop: opts.crop ?? null,
};
};
};