vision-agent / state /index.ts
MingruiZhang's picture
select image
42501f7
raw
history blame
89 Bytes
import { atom } from 'jotai';
export const targetImageAtom = atom<string | null>(null);