Spaces:
Running
Running
use main branch for JS lib import
Browse filesCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- index.html +1 -1
index.html
CHANGED
|
@@ -213,7 +213,7 @@
|
|
| 213 |
</div>
|
| 214 |
|
| 215 |
<script type="module">
|
| 216 |
-
import { ReachyMini, matrixToRpy, radToDeg, rpyToMatrix, degToRad } from "https://cdn.jsdelivr.net/gh/pollen-robotics/reachy_mini@
|
| 217 |
|
| 218 |
const robot = new ReachyMini({ appName: "Reachy Mini WebRTC Demo" });
|
| 219 |
|
|
|
|
| 213 |
</div>
|
| 214 |
|
| 215 |
<script type="module">
|
| 216 |
+
import { ReachyMini, matrixToRpy, radToDeg, rpyToMatrix, degToRad } from "https://cdn.jsdelivr.net/gh/pollen-robotics/reachy_mini@main/js/reachy-mini.js";
|
| 217 |
|
| 218 |
const robot = new ReachyMini({ appName: "Reachy Mini WebRTC Demo" });
|
| 219 |
|