bedrock-protocol/examples/viewer/client/preload.js
2021-03-30 01:39:28 -04:00

9 lines
350 B
JavaScript

// Required to detect electron in prismarine-viewer
globalThis.isElectron = true
// If you need to disable node integration:
// * Node.js APIs will only be avaliable in this file
// * Use this file to load a viewer manager class
// based on one of the examples
// * Expose this class to the global window
// * Interact with the class in your code