Plugin Option: Exports
exports provides utilities to export particle frames or configuration (image, JSON, video).
Available exports
| Package | Export type | Description |
|---|---|---|
plugin-export-image | Image | Export canvas frame as PNG/JPEG |
plugin-export-json | JSON | Export particle configuration as JSON |
plugin-export-video | Video | Export animation as video |
Notes
- Export plugins are used programmatically via the container API.
- They generally do not expose declarative options.
