UNPKG

@orca-fe/painter

Version:
6 lines 148 B
export function isGraphShapeType(shape) { return shape.type !== 'image'; } export function isImageType(shape) { return shape.type === 'image'; }