0.2.4 • Published 2 years ago

svelte-storage v0.2.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago
<script lang="ts">
	import { writeLocal, writeSession, writeHistory, Poll } from 'svelte-storage';

	const font = writeLocal('font', 'novel');

	function face(face_id: string) {
		return {
			version: '1.0.0',
			timer: '12h',
			shift: '1h10m',
			idx: `https://localhost/face/${face_id}`,
			onFetch(o) {
				console.log(o);
			}
		};
	}

	function setFont() {
		$font = 'gothic';
	}
</script>
<Poll {...face('c01')} />

<button on:click="{setFont}">hit to font change</button>
0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago