MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / vector

Function vector

packages/plugins/tests/index.test.ts:26–28  ·  view source on GitHub ↗
(name: string, visible = true)

Source from the content-addressed store, hash-verified

24}
25
26function vector(name: string, visible = true): VectorNode {
27 return { type: 'VECTOR', name, visible, fills: [{ color: '#000' }] }
28}
29
30function group(name: string, children: DesignNode[], visible = true): GroupNode {
31 return { type: 'GROUP', name, visible, children }

Callers 1

index.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected