Init commit

Generate a world/countries map, add simple pins, svg with circles
This commit is contained in:
Basile Bruneau
2020-05-04 22:02:43 +02:00
commit 5a12e6e231
8 changed files with 406 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"bracketSpacing": true,
"printWidth": 120
}