feat(nodes): debounce scaling to avoid lag spikes

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 528cac5d33
commit e97d9a1dc9
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
"lint": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist",
"theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css",
"prepare": "ts-patch install -s",
"prepublish": "shx cp ../README.md .",
"prepublishOnly": "shx cp ../README.md .",
"postpublish": "shx rm README.md"
},
"dependencies": {