@gradio/utils
v0.12.2
Published
Gradio UI packages
Downloads
5,906
Readme
@gradio/utils
General functions for handling events in Gradio Svelte components
export async function uploadToHuggingFace(
data: string,
type: "base64" | "url"
): Promise<string>
export function copy(node: HTMLDivElement): ActionReturn
