Home > Software engineering >  Is it Possible to resize the external window using an electron?
Is it Possible to resize the external window using an electron?

Time:11-26

I tried many ways and npm packages to achieve this. But no luck. I am able to do this with only enter image description here

EDIT:

These are the versions that worked for me:

C:\Users\abc>node -v
v18.12.1
"devDependencies": {
   "electron": "^19.0.0"
 },
 "dependencies": {
   "ffi-napi": "^4.0.3",
   "ref-union-di": "^1.0.1",
   "win32-api": "^20.1.0"
 }
  • Related