mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 18:57:40 +01:00
8 lines
206 B
JavaScript
8 lines
206 B
JavaScript
import exposes from './exposes/index.js'
|
|
import { exposeContext } from './helpers/index.js'
|
|
import './loading/index.js'
|
|
|
|
process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = 'true'
|
|
|
|
exposes.init(exposeContext)
|