UNPKG
graph-modal
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
Simple JS Library for modal windows
github.com/maxdenaro/graph-modal
maxdenaro/graph-modal
graph-modal
/
src
/
index.js
4 lines
•
134 B
JavaScript
View Raw
1
2
3
4
import
GraphModal
from
'./graph-modal'
;
import
'element-closest-polyfill'
;
import
'./graph-modal.css'
;
global
.
GraphModal
=
GraphModal
;