feat: add some ai stuff
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
import { Cross } from "../icons";
|
||||
import { fly, fade } from "svelte/transition";
|
||||
import { images as imageData, route } from "stores";
|
||||
import { bufToImageUrl } from "helpers";
|
||||
import { bufToImageUrl, AI } from "../helpers";
|
||||
import type { Writable } from "svelte/store";
|
||||
|
||||
import Toast from "../components/Toast";
|
||||
@ -59,6 +59,7 @@
|
||||
showAnalyzerIndex = undefined;
|
||||
} else {
|
||||
showAnalyzerIndex = i;
|
||||
//AI.analyze(img);
|
||||
}
|
||||
} else {
|
||||
showAnalyzerIndex = undefined;
|
||||
|
Reference in New Issue
Block a user