radames's picture
Upload folder using huggingface_hub
a5078bb verified
raw
history blame
102 Bytes
import { writable } from 'svelte/store';
export const currentCanvas = writable<HTMLCanvasElement>();