UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

4 lines (2 loc) 155 B
const now = typeof window !== 'undefined' && window.performance && window.performance.now ? performance.now.bind(performance) : Date.now; export { now };