UNPKG

@plotly/regl

Version:

regl is a fast functional WebGL framework.

6 lines (5 loc) 191 B
/* globals performance */ module.exports = (typeof performance !== 'undefined' && performance.now) ? function () { return performance.now() } : function () { return +(new Date()) }