0.4.1 • Published 6 days ago

@gradio/utils v0.4.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 days ago

@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