UNPKG

react-together

Version:

A library to seamlessly add real-time multi-user interaction to your React app!

12 lines (11 loc) 380 B
import { getCleanUrl as o, getJoinUrl as t, getSessionNameFromUrl as m, getSessionPasswordFromUrl as s } from "./urls.js"; import { getUserColor as g } from "./colors.js"; import { deriveNickname as n } from "./users.js"; export { n as deriveNickname, o as getCleanUrl, t as getJoinUrl, m as getSessionNameFromUrl, s as getSessionPasswordFromUrl, g as getUserColor };