Capítulo 818 de 988

Chapter 818: reversePath()

Core Idea

_Part of the @remotion/paths package.

Key Concepts

  • Credits
  • See also

Code Examples

const reversedPath = reversePath("M 0 0 L 100 0");
console.log(reversedPath); // "L 100 0 M 0 0"
  • What it demonstrates: Usage pattern for reversePath() from the official docs.

Key Takeaways

  1. Understand credits when working with reversePath().
  2. Understand see also when working with reversePath().

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.