({ type }: Paint)
| 55 | }; |
| 56 | |
| 57 | const fillIsImage = ({ type }: Paint) => type === "IMAGE"; |
| 58 | |
| 59 | export const getImageFills = (node: MinimalFillsMixin): ImagePaint[] => { |
| 60 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected