1 2
export const request_animation_frame = f => requestAnimationFrame(f) export const cancel_animation_frame = id => cancelAnimationFrame(id)