feat: add blur selection (rectangle, oval)

This commit is contained in:
Lorenzo Lancia
2026-04-08 16:42:12 +02:00
parent e7d5f51740
commit a4f1c6a2ee
21 changed files with 973 additions and 1397 deletions
@@ -32,7 +32,12 @@ import { type CustomFont, getCustomFonts } from "@/lib/customFonts";
import { cn } from "@/lib/utils";
import { AddCustomFontDialog } from "./AddCustomFontDialog";
import { getArrowComponent } from "./ArrowSvgs";
import type { AnnotationRegion, AnnotationType, ArrowDirection, FigureData } from "./types";
import {
type AnnotationRegion,
type AnnotationType,
type ArrowDirection,
type FigureData,
} from "./types";
interface AnnotationSettingsPanelProps {
annotation: AnnotationRegion;