untitled.tsx

3/11/2026
7 views
untitled.tsx
1
2
3
4
5
const generateSnap = async (code: string) => {
  const snap = await createBeautifulImage(code)
  const explanation = await gemini.explain(code)
  return { snap, explanation }
}
untitled.tsx | DevSnap