Skip to content

Instantly share code, notes, and snippets.

@asadmalik
Created May 23, 2024 13:27
Show Gist options
  • Save asadmalik/8627e338a50880e48602f5d0f043e558 to your computer and use it in GitHub Desktop.
Save asadmalik/8627e338a50880e48602f5d0f043e558 to your computer and use it in GitHub Desktop.
import { useDeviceOrientation } from "@vueuse/core";
const {
isAbsolute,
alpha, // z-axis, range: 0-360
beta, // x-axis, range: -180 to 180
gamma, // y-axis, range: -90 to 90
} = useDeviceOrientation();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment