waveterm/emain
Evan Simkowitz 5c00fc6e78
Fix sharp import issue (#251)
This PR updates the window controls overlay code to remove the
dependency on `sharp`, which is a natively-compiled Node library that is
really hard to package for Electron given the way that we strip node
modules after bundling. I've replaced this with `pngjs`, which has a
smaller footprint and is still relatively fast (it doesn't need to be
perfect since it runs on the Node process instead of the browser
process).
2024-08-20 13:18:47 -07:00
..
emain.ts Fix sharp import issue (#251) 2024-08-20 13:18:47 -07:00
preload.ts about modal (#244) 2024-08-19 15:49:40 -07:00
updater.ts Clean up the Updater class and fix a runaway interval (#207) 2024-08-08 11:55:44 -07:00