change electron build context detection, move mods package deps to main package
This commit is contained in:
parent
97fd508e46
commit
99503f5072
7 changed files with 55 additions and 51 deletions
|
|
@ -74,8 +74,8 @@ self.get_raster_gpu = async function({ mode, resolution, rotationStep }) {
|
|||
resolution,
|
||||
rotationStep,
|
||||
workerName: "/lib/gpu/raster-worker.js",
|
||||
quiet: false,
|
||||
debug: true,
|
||||
quiet: true,
|
||||
debug: false,
|
||||
});
|
||||
await gpu.init();
|
||||
return gpu;
|
||||
|
|
|
|||
Loading…
Reference in a new issue