Achyuta Gupta

Results 4 issues of Achyuta Gupta

# Description I have added preload scripts to fix the error `window.require is not a function.` The preload script initialize the renderer process environment i.e,`ipcRenderer` before the actual web page...

# Description Added a cross-env package in the node modules so that it can set env var BROWSER=none on running the command 'yarn dev' or 'npm run dev'. - Fixes...

There is an error `window.require is not a function.` occurring in browse-blocks-functions.js as well as main.js when there is an attempt to use `ipcRenderer` of Electronjs before the Electron main...

![image](https://github.com/scorelab/imagelab/assets/107514366/840e831d-3aaa-4d76-83a0-a514b1cf9181) On running npm run dev i am getting this error. `'BROWSER' is not recognized as an internal or external command.`