aboutsummaryrefslogtreecommitdiff
path: root/compat/lustre_animation/src/ffi.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'compat/lustre_animation/src/ffi.mjs')
-rw-r--r--compat/lustre_animation/src/ffi.mjs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/lustre_animation/src/ffi.mjs b/compat/lustre_animation/src/ffi.mjs
deleted file mode 100644
index fd5d9d3..0000000
--- a/compat/lustre_animation/src/ffi.mjs
+++ /dev/null
@@ -1,2 +0,0 @@
-export const request_animation_frame = f => requestAnimationFrame(f)
-export const cancel_animation_frame = id => cancelAnimationFrame(id) \ No newline at end of file