From 21d59712dd56909293b3804b1d89320216f6906a Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Wed, 23 Aug 2023 22:59:02 +0100 Subject: :ambulance: Update third-party lustre_animation package to new api. --- compat/lustre_animation/test/start_examples.mjs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 compat/lustre_animation/test/start_examples.mjs (limited to 'compat/lustre_animation/test/start_examples.mjs') diff --git a/compat/lustre_animation/test/start_examples.mjs b/compat/lustre_animation/test/start_examples.mjs new file mode 100644 index 0000000..6d792c7 --- /dev/null +++ b/compat/lustre_animation/test/start_examples.mjs @@ -0,0 +1,5 @@ +import * as two from "../build/dev/javascript/lustre_animation/example_two_independent.mjs"; +import * as drops from "../build/dev/javascript/lustre_animation/example_drops.mjs"; + +two.main(); +drops.main(); -- cgit v1.2.3