UNPKG

@pmndrs/xr

Version:
8 lines (7 loc) 268 B
import { xrUpdatesListContext } from './elements.js'; export function onXRFrame(fn) { if (xrUpdatesListContext == null) { throw new Error(`XR instances can only be created inside definitions of implementations`); } xrUpdatesListContext.push(fn); }