Skip to content

Instantly share code, notes, and snippets.

PhiloGL.unpack();
function BrowserSize() {
return {
width: window.innerWidth || document.body.clientWidth,
height: window.innerHeight || document.body.clientHeight
};
}
var browserSize;