UNPKG

playcanvas

Version:

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

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