UNPKG
sveltekit-sync
Version:
alpha (0.1.0-alpha.0)
latest (0.3.0)
0.3.0
0.2.0
0.1.0
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
Local-first sync engine for SvelteKit
github.com/mudiageo/sveltekit-sync
mudiageo/sveltekit-sync
sveltekit-sync
/
dist
/
client
/
awareness
/
index.js
9 lines
(8 loc)
•
271 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Awareness Utilities * * Helper functions and hooks for common awareness patterns. */
export
{ useCursorTracking }
from
'./cursors.svelte.js'
;
export
{ useSelectionTracking }
from
'./selections.svelte.js'
;
export
{ useWhoIsHere }
from
'./who-is-here.svelte.js'
;