ejfox's picture
Duplicate from huggingface-projects/stable-diffusion-multiplayer
bb88c4d
raw
history blame
No virus
142 Bytes
// Symbols are used for context to avoid polluting the global scope
export const clientSymbol = Symbol();
export const roomSymbol = Symbol();