Skip to content

Plugin Option: Exports

exports provides utilities to export particle frames or configuration (image, JSON, video).

Available exports

PackageExport typeDescription
plugin-export-imageImageExport canvas frame as PNG/JPEG
plugin-export-jsonJSONExport particle configuration as JSON
plugin-export-videoVideoExport animation as video

Notes

  • Export plugins are used programmatically via the container API.
  • They generally do not expose declarative options.

Source reference