motion-canvas

Installation
SKILL.md

Motion Canvas

Base Scene Template

import {makeScene2D} from '@motion-canvas/2d';

export default makeScene2D(function* (view) {

});

Generator Functions & Animation Flow

  • function* defines a generator function
  • yield pauses until next frame
  • yield* delegates to another generator (composition)
Installs
192
GitHub Stars
68
First Seen
Mar 20, 2026
motion-canvas — videozero/skills