A macOS Electron app for https://keyframes.net/.
When closing the window, the app will continue running in the background, in the dock on macOS and the tray on Linux/Windows. Right-click the dock/tray icon and choose Quit
to completely quit the app. On macOS, click the dock icon to show the window. On Linux, right-click the tray icon and choose Toggle
to toggle the window. On Windows, click the tray icon to toggle the window.
If you like to have Keyframes minimized on startup, open it from the command-line with the --minimize
flag.
You can toggle whether Keyframes stays on top of other windows in the Window
/View
menu or with Cmd/Ctrl Shift t.
Description | Keys |
---|---|
Toggle "Always on Top" | Cmd/Ctrl Shift t |
Built with Electron.
- Init:
$ npm install
- Run:
$ npm start
- Build macOS:
$ npm run build:macos
MIT © Jonathan Simcoe