charlielee / boats-animator

Stop motion animation program created using Electron
http://charlielee.uk/boats-animator
GNU General Public License v3.0
113 stars 18 forks source link

Move projects and capture to use File System Access API #485

Closed charlielee closed 5 months ago

charlielee commented 5 months ago

Move projects and capture to use File System Access API. Fixes #468.

This will remove the need for projects and capture to use the Node file API via IPC. It should make things simpler and more secure.

There are a few quirks:

P.s video export is broken slightly more by this PR, but it was already broken in master anyway...