UNPKG
@tuoyuan/map-adapter-img-map
Version:
latest (2.0.1)
2.0.1
图片地图适配器
@tuoyuan/map-adapter-img-map
/
dist
/
lib
/
src
/
index.js
2 lines
(1 loc)
•
186 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperties
(
exports
,{
__esModule
:{
value
:!
0
},[
Symbol
.
toStringTag
]:{
value
:
"Module"
}});
const
e=
require
(
"./Map.js"
);
exports
.
ImgMap
=e.
ImgMap
;
exports
.
default
=e.
ImgMap
;