diff --git a/.vscode/settings.json b/.vscode/settings.json index 5d2cb867..b02e495c 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 1ed48433..943a9597 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 db9efa1f..0966efe2 100644 --- a/src/lib/components/View.svelte +++ b/src/lib/components/View.svelte @@ -1,17 +1,19 @@