Feat/minimap (#44)
* feat: New minimap * imporved preview * better start values * smarter destructure * getNodesInside refactor * refactor(minimap): add maskColor and nodeBorderRadius props * refactor(gitignore): add dist * refactor(minimap): show empty minimap when there are no nodes closes #39
This commit is contained in:
+3
-2
@@ -1,4 +1,5 @@
|
||||
module.exports = {
|
||||
trailingComma: 'es5',
|
||||
singleQuote: true
|
||||
};
|
||||
singleQuote: true,
|
||||
printWidth: 120
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user