diff options
Diffstat (limited to 'compat/lustre_animation/test/info.mjs')
-rw-r--r-- | compat/lustre_animation/test/info.mjs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/lustre_animation/test/info.mjs b/compat/lustre_animation/test/info.mjs new file mode 100644 index 0000000..d58e440 --- /dev/null +++ b/compat/lustre_animation/test/info.mjs @@ -0,0 +1,2 @@ +export const bounding_client_rect = id => document.getElementById(id).getBoundingClientRect() + |