This commit is contained in:
Aakansha Doshi 2023-04-20 21:48:51 +05:30
parent c21fecde40
commit ba22646c22
2 changed files with 0 additions and 3 deletions

View file

@ -27,7 +27,6 @@ import {
getContainerDims, getContainerDims,
getContainerElement, getContainerElement,
getTextElementAngle, getTextElementAngle,
getTextWidth,
measureText, measureText,
normalizeText, normalizeText,
redrawTextBoundingBox, redrawTextBoundingBox,

View file

@ -42,7 +42,6 @@ import {
import { getStroke, StrokeOptions } from "perfect-freehand"; import { getStroke, StrokeOptions } from "perfect-freehand";
import { import {
getBoundTextElement, getBoundTextElement,
getBoundTextElementOffset,
getContainerCoords, getContainerCoords,
getContainerElement, getContainerElement,
getLineHeightInPx, getLineHeightInPx,
@ -51,7 +50,6 @@ import {
getMaxContainerWidth, getMaxContainerWidth,
} from "../element/textElement"; } from "../element/textElement";
import { LinearElementEditor } from "../element/linearElementEditor"; import { LinearElementEditor } from "../element/linearElementEditor";
import heILJsonE0bd304682986695208c from "../packages/excalidraw/dist/excalidraw-assets-dev/locales/he-IL-json-e0bd304682986695208c";
// using a stronger invert (100% vs our regular 93%) and saturate // using a stronger invert (100% vs our regular 93%) and saturate
// as a temp hack to make images in dark theme look closer to original // as a temp hack to make images in dark theme look closer to original