9 lines
350 B
JavaScript
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
|