Plugins catalog
The official plugins shipped alongside the SDK. Each is a separate npm package you opt into.
Plugins extend the editor without forking it. They register through the SDK's plugin system, lazy-load their panels, and gate on the adapters they need. The catalog below covers every plugin published in this monorepo — pick the ones you want and install them individually.
If you want to write your own, see Plugin authoring in the SDK section.
Animation
Keyframe presets and helpers built on top of the SDK's animation system.
Filters
Filter effects and ready-made presets.
GIF
GIF search with Giphy and Tenor adapters.
Mask
Shape masks and mask animations for timeline items.
Stock
Stock media with Pexels (video/image) and Freesound (audio) adapters.
Transition
Track-level transitions between adjacent items.
Typography
Text presets and a font picker.
Package map
| Plugin | Package |
|---|---|
| Animation | @studio-dev/vsdk-plugin-animation |
| Filters | @studio-dev/vsdk-plugin-filters |
| GIF | @studio-dev/vsdk-plugin-gif |
| Mask | @studio-dev/vsdk-plugin-mask |
| Stock | @studio-dev/vsdk-plugin-stock |
| Transition | @studio-dev/vsdk-plugin-transition |
| Typography | @studio-dev/vsdk-plugin-typography |