Export
Export
Miraiclip exports the composition through the same compositor and decode pipeline the preview uses — what you see is what you render, wherever it runs:
- Client side —
exportProjectin the user’s browser: MP4/WebM via WebCodecs, faster than realtime, progress, cancellation, quality presets. - Server side —
@miraiclip/server-exportruns the identical pipeline in headless Chrome from Node: pass a project document as JSON, get the encoded file. API + CLI.