UNPKG
@recogito/annotorious
Version:
latest (2.7.14)
2.7.14
2.7.13
2.7.12
2.7.11
2.7.10
2.7.9
2.7.8
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.1
2.6.0
2.5.10
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.7
2.0.6
2.0.5
2.0.3
2.0.2-beta
2.0.1-alpha
2.0.0-alpha
A JavaScript image annotation library
annotorious.github.io
annotorious/annotorious
@recogito/annotorious
/
packages
/
annotorious-svelte
/
dist
/
annotorious-svelte.es6.js
12 lines
(11 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
c
= (
e
) => ({ ...e,
subscribe
:
(
s
) =>
{
const
t
= (
r
) =>
s
(r.
state
);
return
e.
observe
(t),
s
(e.
all
()),
() =>
e.
unobserve
(t); } });
export
{ c
as
toSvelteStore };
//# sourceMappingURL=annotorious-svelte.es6.js.map