Skip to content

Commit

Permalink
revert to magica scan due to safari doesn't support canvas filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Nov 15, 2023
1 parent 837e942 commit bc3b53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const router = createRouter({
{
path: "/scan",
name: "scan",
component: () => import("@/views/CanvasScanView.vue"),
component: () => import("@/views/ScanView.vue"),
},
{
path: "/scan-canvas",
Expand Down

0 comments on commit bc3b53b

Please sign in to comment.