Skip to content

Instantly share code, notes, and snippets.

@goququ
Created April 25, 2021 13:29
Show Gist options
  • Save goququ/c7caa6ddbdd8731f74157ae15dccd356 to your computer and use it in GitHub Desktop.
Save goququ/c7caa6ddbdd8731f74157ae15dccd356 to your computer and use it in GitHub Desktop.
utils
const type = window.matchMedia("(min-width: 1025px)").matches ? 'desktop' : 'mobile';
// https://caniuse.com/#feat=getboundingclientrect
window.getBoundingClientRect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment