Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

v0.10.6

Pre-release
Pre-release

Choose a tag to compare

@cdaein cdaein released this 17 Jan 01:19
· 88 commits to main since this release

Add

  • red outline to indicate it's exporting WebM video.

Update

  • WebM export: It now uses webm-muxer for frame-by-frame video export. MediaRecorder API was unreliable and I could not find a way to set the frame rate.

Fix

  • ogl-typescript import error: use await import() and enable code splitting for dynamic import to work.