feat: add readme

This commit is contained in:
2024-04-24 02:01:20 +02:00
parent f0ccbf808e
commit d82b798897
6 changed files with 35 additions and 11 deletions

View File

@@ -7,6 +7,9 @@ export const AppSettings = localStore("node-settings", {
snapToGrid: true,
wireframes: false,
showIndices: false,
showVertices: false,
centerCamera: true,
showStemLines: false,
});
const themes = ["dark", "light", "catppuccin", "solarized", "high-contrast", "nord", "dracula"];