Skip to main content
Scaffolds a new video project pre-configured with @oanim/core.

Arguments

What it creates

Starter component

The generated MyComp.tsx uses fadeUp, Background, SafeArea, and palettes from @oanim/core:

Default animate.json

Dependencies installed

Package manager detection

oanim init auto-detects your package manager in this order:
  1. pnpm (if available)
  2. yarn (if available)
  3. npm (fallback)
Dependencies are installed automatically. If installation fails, a warning is shown and you can install manually.

After scaffolding