Add Device Motion package

Introduces smart-phone device's acceleration, gravity, rotation, and orientation signals for dynamic pattern creation in Strudel.
This commit is contained in:
nkymut 2024-11-21 12:01:17 +08:00
parent 726abf76ce
commit f33ec0e2af
7 changed files with 495 additions and 1 deletions

View file

@ -0,0 +1,3 @@
import './motion.mjs';
export * from './motion.mjs';