Fix Bezier-rs interactive demos and migrate its Webpack bundler to Vite

This commit is contained in:
Keavon Chambers
2024-01-04 23:13:40 -08:00
parent bbece3fb65
commit d268afb7fb
27 changed files with 3580 additions and 3013 deletions
+4 -8
View File
@@ -3,20 +3,16 @@
"useTabs": true,
"tabWidth": 4,
"printWidth": 200,
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": ["*.yml", "*.yaml"],
"files": [
"*.yml",
"*.yaml"
],
"options": {
"useTabs": false,
"tabWidth": 2
}
},
{
"files": ["*.svelte"],
"options": {
"parser": "svelte"
}
}
]
}