@oanim/core.
Arguments
| Argument | Default | Description |
|---|---|---|
name | my-video | Project directory name |
What it creates
Starter component
The generatedMyComp.tsx uses fadeUp, Background, SafeArea, and palettes from @oanim/core:
Default animate.json
Dependencies installed
| Package | Purpose |
|---|---|
@oanim/core | Animation presets + components |
remotion | Core Remotion framework |
@remotion/cli | Remotion CLI (studio, render) |
@remotion/transitions | TransitionSeries for scene transitions |
react, react-dom | React 19 |
typescript, @types/react | TypeScript support |
Package manager detection
oanim init auto-detects your package manager in this order:
- pnpm (if available)
- yarn (if available)
- npm (fallback)