feat: add filter options for images, including black & white and selfie effects, and enhance UI elements

This commit is contained in:
mrkad@rpi
2026-01-23 17:30:12 +07:00
parent b2e263bb62
commit f1ceefd702
7 changed files with 383 additions and 17 deletions

View File

@@ -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