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
+19
View File
@@ -0,0 +1,19 @@
{
"singleQuote": false,
"useTabs": true,
"tabWidth": 4,
"printWidth": 200,
"plugins": [
"prettier-plugin-svelte"
],
"overrides": [
{
"files": [
"*.svelte"
],
"options": {
"parser": "svelte"
}
}
]
}