mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: register html-to-image in frontend tool registry
This commit is contained in:
@@ -35,6 +35,7 @@ import { useCollageStore } from "@/stores/collage-store";
|
||||
import { useDuplicateStore } from "@/stores/duplicate-store";
|
||||
import { useFeaturesStore } from "@/stores/features-store";
|
||||
import { useFileStore } from "@/stores/file-store";
|
||||
import { useHtmlToImageStore } from "@/stores/html-to-image-store";
|
||||
import { usePdfToImageStore } from "@/stores/pdf-to-image-store";
|
||||
import { useQrStore } from "@/stores/qr-store";
|
||||
import { useSplitStore } from "@/stores/split-store";
|
||||
@@ -263,6 +264,7 @@ export function ToolPage() {
|
||||
usePdfToImageStore.getState().reset();
|
||||
useQrStore.getState().reset();
|
||||
useSplitStore.getState().reset();
|
||||
useHtmlToImageStore.getState().reset();
|
||||
|
||||
setPreviewTransform(null);
|
||||
setPreviewFilter("");
|
||||
|
||||
Reference in New Issue
Block a user