From 92e8596b78982885803994b50c6b35f73f7a403e Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Tue, 19 Sep 2023 23:40:03 +0100 Subject: :recycle: So long monorepo. --- compat/lustre_animation/src/ffi.mjs | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 compat/lustre_animation/src/ffi.mjs (limited to 'compat/lustre_animation/src/ffi.mjs') 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 -- cgit v1.2.3