mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-27 15:29:18 -04:00
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
---
|
|
title: Device Motion
|
|
layout: ../../layouts/MainLayout.astro
|
|
---
|
|
|
|
import { MiniRepl } from '../../docs/MiniRepl';
|
|
import { JsDoc } from '../../docs/JsDoc';
|
|
import DeviceMotion from '../../../../packages/motion/docs/devicemotion.mdx';
|
|
|
|
<DeviceMotion />
|