loke
03/13/2025, 1:04 PMturansky
03/13/2025, 2:42 PMEdoardo Luppi
03/13/2025, 2:50 PMexternal
types generation.
I've quickly opened up the d.ts file and it's about 20k lines.
Once you have externals, coding is as easy as doing it in TypeScript.
You can use the browser()
target with binaries.executable()
(or library()
to begin, it's easier to reason about)turansky
03/13/2025, 2:52 PMEdoardo Luppi
03/13/2025, 2:54 PMindex.html
.
You can then link a custom Gradle task to the JS compilation, to execute Electron.Edoardo Luppi
03/13/2025, 2:57 PMloke
03/13/2025, 3:05 PMEdoardo Luppi
03/13/2025, 3:11 PM