Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-lynch/electron-resize-issue
Created to demonstrate an issue with resize events and methods in Electron
https://github.com/adam-lynch/electron-resize-issue
Last synced: about 1 month ago
JSON representation
Created to demonstrate an issue with resize events and methods in Electron
- Host: GitHub
- URL: https://github.com/adam-lynch/electron-resize-issue
- Owner: adam-lynch
- Created: 2020-01-14T03:04:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T02:36:41.000Z (over 4 years ago)
- Last Synced: 2024-10-20T02:46:20.629Z (3 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-resize-issue
Created to demonstrate [an issue](https://github.com/electron/electron/issues/21777) with resize events and methods (`browserWindow.setBounds`) in Electron.
## Setup steps
1. Run `npm i`
1. Run `npm run a` to test example A
1. Run `npm run b` to test example B
1. Run `npm run c` to test example C
1. Run `npm run d` to test example D