MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / fillIsImage

Function fillIsImage

packages/backend/src/common/images.ts:57–57  ·  view source on GitHub ↗
({ type }: Paint)

Source from the content-addressed store, hash-verified

55};
56
57const fillIsImage = ({ type }: Paint) => type === "IMAGE";
58
59export const getImageFills = (node: MinimalFillsMixin): ImagePaint[] => {
60 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected