UNPKG
@mapbox/maki
Version:
latest (8.2.0)
8.2.0
8.1.0
8.0.1
8.0.0
7.2.0
7.1.0
7.0.0
6.2.0
6.1.1
6.1.0
6.0.0
5.0.0
4.0.0
3.0.0
Pixel-perfect icons for web cartography
github.com/mapbox/maki
mapbox/maki
@mapbox/maki
/
index.js
9 lines
(7 loc)
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
path =
require
(
'path'
);
const
gatherFiles =
require
(
'./scripts/gather-files'
);
const
iconSvgPath = path.
join
(__dirname,
'./icons'
);
module
.
exports
= {
layouts
:
require
(
'./layouts/all.json'
),
svgArray
:
gatherFiles
(iconSvgPath) };