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

Experiment with File System Access API #468

Closed charlielee closed 5 months ago

charlielee commented 12 months ago

Experiment with using the File System Access API. This could reduce the reliance on Node file APIs for capturing frames, deleting frames and loading frames.

https://developer.chrome.com/articles/file-system-access/#stored-file-or-directory-handles-and-permissions

https://developer.mozilla.org/en-US/docs/Web/API/File_System_API