Skip to content

Instantly share code, notes, and snippets.

@nash403
Created December 1, 2025 11:50
Show Gist options
  • Select an option

  • Save nash403/c9eafd789c91c47bc4c7d82e8e7d20d4 to your computer and use it in GitHub Desktop.

Select an option

Save nash403/c9eafd789c91c47bc4c7d82e8e7d20d4 to your computer and use it in GitHub Desktop.
Simple is desktop test in JS
export const isDesktop = () => window.matchMedia('(hover: hover)').matches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment