UNPKG
tauri-plugin-nosleep-api
Version:
latest (0.1.1)
0.1.1
0.1.0
0.1.0-rc.1
Tauri plugin to block the power save functionality in the OS
tauri-plugin-nosleep-api
/
examples
/
svelte-app
/
src
/
main.ts
9 lines
(6 loc)
•
114 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
App
from
'./App.svelte'
const
app =
new
App
({
target
:
document
.
body
,
props
: {} })
export
default
app