Skip to content

Instantly share code, notes, and snippets.

@thisisjofrank
Created April 22, 2022 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thisisjofrank/03130a248984789549c56e599da275d3 to your computer and use it in GitHub Desktop.
Save thisisjofrank/03130a248984789549c56e599da275d3 to your computer and use it in GitHub Desktop.
import { Types } from "ably";
import Swarm from "./Swarm";
let counter = 0;
const counterUi = document.getElementById("counter-value");
const clientIdUi = document.getElementById("client-id");
const leaderUi = document.getElementById("leader");
const presenceUi = document.getElementById("presence-members");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment