feat: add filter options for images, including black & white and selfie effects, and enhance UI elements
This commit is contained in:
@@ -129,7 +129,7 @@ const drawFrameBackground = (context: CanvasRenderingContext2D, width: number, h
|
||||
|
||||
switch (frameType) {
|
||||
case 0: // Classic frame
|
||||
context.fillStyle = '#000000';
|
||||
context.fillStyle = '#ffffff';
|
||||
context.fillRect(0, 0, width, height);
|
||||
break;
|
||||
case 1: // Modern frame
|
||||
|
||||
Reference in New Issue
Block a user