feat: add image filters, update some logic and workflow

This commit is contained in:
2026-02-21 11:41:30 +05:00
parent 53662293b8
commit 42f250bcb5
16 changed files with 384 additions and 123 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ describe("imageState", () => {
});
it("should create new instance with default values", () => {
expect(imageState.fullImage).toBeNull();
expect(imageState.fullImage).toBe("");
expect(imageState.croppedImage).toBeUndefined();
expect(imageState.cropRect).toStrictEqual({ left: 0, top: 0, right: 0, bottom: 0 });
});