Video player created using HTML5 and JavaScript. Use Electron to run as a native app.
Stock movies from https://www.blender.org/features/projects/
Preview the HTML using GitHub Pages here: https://tfbirk.github.io/video-player/
First install necessary packages
npm install
Then run as a normal electron app:
electron .
or npm start
electron . debug
or npm run debug
electron . [header <header text>] [debug]