feature(public,docs): new public website and docs
This commit is contained in:
8
apps/public/components/world-map-string.ts
Normal file
8
apps/public/components/world-map-string.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
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,
|
||||
});
|
||||
Reference in New Issue
Block a user