-
Zorn v0.7 Pre-release
released this
2025-11-19 16:53:32 -05:00 | 1 commits to v0.7 since this releaseStoryboard
You can now add a storyboard properly to Zorn, by using the
Storyboardoption and connecting it to a.vttfile. (Example). This uses spritesheets for thumbnails.Clip
You can now start the video at a specific time using the
Clipoption and setting the second. Or you can set it in the URL.Option example:
<Zorn Clip{[{Start: "248"}]}/>URL example:
/z#50Smarter TypeScript
Zorn now uses
interfacein it's codebase to add requirements, descriptions, deprecated warnings, and more to provide a better experience for developers. Only applies to supported IDEs and code editors.Minor Changes
Other changes have been applied such as bug fixes, optimizations, and other improvements.