vsync-estimate
v0.2.0
Published
Estimate browser's vsync based on rAF
Downloads
8
Readme
vsync-estimate
Estimate browser vsync using rAF
Usage
import estimateVSync from 'vsync-estimate';
estimateVSync().then(refreshRate => {
console.log(Estimated Vsync: ${Math.round(refreshRate)}Hz
);
})