UNPKG

@tldraw/editor

Version:

tldraw infinite canvas SDK (editor).

5 lines (3 loc) 151 B
import { TLShape } from '@tldraw/tlschema' export const areShapesContentEqual = (a: TLShape, b: TLShape) => a.props === b.props && a.meta === b.meta