Render positions

No frame syncs, so flickers terribly, and performance is garbage. But it
works.
This commit is contained in:
2020-08-23 03:50:58 +02:00
parent b26a39a461
commit 53487944bc
9 changed files with 127 additions and 30 deletions

View File

@@ -31,7 +31,11 @@ module.exports = {
asyncArrow: "always"
}],
"quote-props": ["error", "consistent"],
"quotes": ["error", "double"]
"quotes": ["error", "double"],
"sort-imports": ["error", {
"ignoreCase": true,
"allowSeparatedGroups": true
}]
},
overrides: [
{