UNPKG
@graphery/svg
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.5
0.1.4
0.1.3
0.1.2
Graphery SVG library
www.graphery.org/svg/
graphery/graphery
@graphery/svg
/
build
/
helpers.js
5 lines
(3 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
import
*
as
gySVGHelpers
from
'../src/helpers.js'
;
const
global
= (
typeof
gobalThis !==
'undefined'
? globalThis :
window
);
Object
.
assign
(
global
.
gySVG
,
global
.
gySVG
|| {}, gySVGHelpers);