Files
stats/apps/public/components/world-map-string.ts
2024-11-13 21:15:46 +01:00

9 lines
237 B
TypeScript

const getMapJSON = require('dotted-map').getMapJSON;
// This function accepts the same arguments as DottedMap in the example above.
export const mapJsonString = getMapJSON({
height: 90,
grid: 'vertical',
avoidOuterPins: true,
});