MCPcopy
hub / github.com/midrender/revideo / documentNodes

Method documentNodes

packages/2d/src/lib/components/SVG.ts:380–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378 */
379 @computed()
380 private documentNodes() {
381 return this.document().nodes.map(node => node.shape);
382 }
383
384 /**
385 * Convert SVG colors in Shape properties to Motion Canvas colors.

Callers

nothing calls this directly

Calls 1

documentMethod · 0.95

Tested by

no test coverage detected