Chapter 811: getSubpaths()
Core Idea
_Part of the @remotion/paths package. Available from v3.
Key Concepts
Code Examples
const parts = getSubpaths(`
M 0 0 L 100 0
M 0 100 L 200 100
`);
- What it demonstrates: Usage pattern for getSubpaths() from the official docs.
Key Takeaways
- Understand see also when working with getSubpaths().
Connects To
- Center Path: related page in the Paths (@remotion/paths) section.
- cut Path: related page in the Paths (@remotion/paths) section.
- Evolve Path: related page in the Paths (@remotion/paths) section.