Skip to content

Instantly share code, notes, and snippets.

View SwirlClinic's full-sized avatar

Eric Trang SwirlClinic

View GitHub Profile
//bring in jquery https://code.jquery.com/jquery-3.7.1.min.js"
const jquery = document.createElement("script");
jquery.src = "https://code.jquery.com/jquery-3.7.1.min.js";
document.head.appendChild(jquery);
let pointerLocked = false;