export default function frame() { return new Promise(r => requestAnimationFrame(r)); }