Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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