UNPKG
geoblock
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A minimal geoblocking library for game websites
github.com/trifle-labs/GeoBlock
trifle-labs/GeoBlock
geoblock
/
src
/
index.js
5 lines
(3 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
import
GeoBlock
from
'./geoblock.js'
;
// Export default only, to match the Rollup configuration
export
default
GeoBlock
;