You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2023. It is now read-only.
Add new functionality of calling into the native ffmpeg CLI if available for performance gains. Along with the ability to call into native screenshot capabilities if available for the same reason AND to capture the actual output of the rendered HTML. Currently using html-to-image, which may not be accurate or work in some situations.
Other functionality desktop builds would unlock is native file system access. So opening instances of Svelte-In-Motion different project folders as workspaces. Much like VS Code.
The text was updated successfully, but these errors were encountered:
Now building for Linux desktops on GitHub Releases. Ran into an issue with anything from the application's public folder not being bundled or maybe served properly. Needs investigation, since that breaks translation and ffmpeg.wasm support.
Also broken is seemingly keybinds or the preview its self. Unclear since the timeline and controls UI is currently not available.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
futureSomething to be tackled later or a milestone
Description
Create desktop builds via Tauri.
Add new functionality of calling into the native
ffmpeg
CLI if available for performance gains. Along with the ability to call into native screenshot capabilities if available for the same reason AND to capture the actual output of the rendered HTML. Currently usinghtml-to-image
, which may not be accurate or work in some situations.Other functionality desktop builds would unlock is native file system access. So opening instances of Svelte-In-Motion different project folders as workspaces. Much like VS Code.
The text was updated successfully, but these errors were encountered: