Integrate TTA with Deno. TTA is compatable with Deno Deploy, Vercel, Supabase, and more.
Install the TTA SDK
deno add jsr:@texttoanything/deno
Initialize the TTA SDK
import { TextToAnything } from "@texttoanything/deno";
const TTA = new TextToAnything(/*API token here*/);