mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-02 21:52:32 -04:00
11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
---
|
|
title: Device Motion
|
|
layout: ../../layouts/MainLayout.astro
|
|
---
|
|
|
|
import { MiniRepl } from '../../docs/MiniRepl';
|
|
import { JsDoc } from '../../docs/JsDoc';
|
|
import DeviceMotion from '@strudel/motion/docs/devicemotion.mdx';
|
|
|
|
<DeviceMotion />
|