UNPKG
@yerkopalma/cursor
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Custom cursor component
@yerkopalma/cursor
/
src
/
main.js
9 lines
(6 loc)
•
114 B
JavaScript
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