blob: 6d792c715ed5e3bfe7362c80191737fe5f8fdc50 (
plain)
1
2
3
4
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();
|