gradio/js/utils
2024-05-03 19:06:05 +01:00
..
src rework upload to be a class method + pass client into each component (#8179) 2024-05-01 14:55:41 +00:00
CHANGELOG.md chore: update versions (#8172) 2024-05-03 19:06:05 +01:00
package.json chore: update versions (#8172) 2024-05-03 19:06:05 +01:00
README.md

@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