export function velocityPerFrame(xps, frameDuration) { return xps / (1000 / frameDuration); } //# sourceMappingURL=velocity-per-frame.js.map