MCPcopy Create free account
hub / github.com/dailydotdev/apps / getImageOriginRect

Function getImageOriginRect

packages/shared/src/components/modals/ImageModal.tsx:22–25  ·  view source on GitHub ↗
(element: Element)

Source from the content-addressed store, hash-verified

20 * the captured shape stays in one place.
21 */
22export const getImageOriginRect = (element: Element): ImageOriginRect => {
23 const { top, left, width, height } = element.getBoundingClientRect();
24 return { top, left, width, height };
25};
26
27interface ImageModalProps extends ReactModal.Props {
28 src: string;

Callers 3

MarkdownFunction · 0.90
PostFocusCardFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected