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

Function text

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

Source from the content-addressed store, hash-verified

20} from '../src/index'
21
22function text(name: string, characters: string, visible = true): TextNode {
23 return { type: 'TEXT', name, visible, characters }
24}
25
26function vector(name: string, visible = true): VectorNode {
27 return { type: 'VECTOR', name, visible, fills: [{ color: '#000' }] }

Callers 1

index.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected