Move renderer folder into src

This commit is contained in:
Deepen Timalsina 2025-04-15 16:43:05 +05:45
parent 4a4f2c36dc
commit 2e8757ee96
24 changed files with 38 additions and 41 deletions

View file

@ -6,7 +6,7 @@ import {
import {
bootstrapCanvas,
getNormalizedCanvasDimensions,
} from "@excalidraw/excalidraw/renderer/helpers";
} from "@excalidraw/excalidraw/src/renderer/helpers";
import { type AppState } from "@excalidraw/excalidraw/types";
import { throttleRAF } from "@excalidraw/common";
import { useCallback, useImperativeHandle, useRef } from "react";