UNPKG
react-annotation
Version:
beta (3.0.0-beta.5)
latest (2.2.1)
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
2.2.1
2.2.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.2
1.1.2-rc-2
1.1.2-rc-1
1.1.1
1.1.0
1.0.1
1.0.0
0.0.1-4
0.0.1-3
0.0.1-2
0.0.1-1
0.0.1-0
0.0.0
React components for annotating SVG elements
.
susielu/react-annotation
react-annotation
/
lib
/
web.js
7 lines
(4 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
var
_index =
_interopRequireDefault
(
require
(
"./index"
));
function
_interopRequireDefault
(
obj
) {
return
obj && obj.
__esModule
? obj : {
default
: obj }; }
window
.
Annotations
= _index.
default
;