fix: ignore test.js

This commit is contained in:
Basile Bruneau
2020-05-06 21:37:02 +02:00
parent 67ad6c53da
commit 82bb225c5b
2 changed files with 2 additions and 10 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
node_modules/
*.svg
*.svg
test.js
-9
View File
@@ -1,9 +0,0 @@
const DottedMap = require('./index.js');
const map = new DottedMap({ height: 100, grid: 'diagonal' });
const pinColor = '#D6FF79';
map.addPin({ lat: 48.85, lng: 2.35, svgOptions: { color: pinColor, radius: 0.22 } });
console.log(map.getSVG({ radius: 0.22, color: '#423B38', shape: 'circle', backgroundColor: '020300' }));