diff --git a/.vscode/settings.json b/.vscode/settings.json index 5d2cb8677..b02e495c9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,6 +19,7 @@ "pako", "panzoom", "pzoom", + "roughjs", "Serde", "serdes", "tailwindcss", diff --git a/package.json b/package.json index 1ed484338..943a95973 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,7 @@ "plausible-tracker": "^0.3.8", "random-word-slugs": "0.1.7", "svg-pan-zoom": "3.6.1", + "svg2roughjs": "^3.2.0", "uuid": "9.0.1" }, "lint-staged": { diff --git a/src/lib/components/View.svelte b/src/lib/components/View.svelte index db9efa1f6..0966efe2d 100644 --- a/src/lib/components/View.svelte +++ b/src/lib/components/View.svelte @@ -1,17 +1,19 @@