···11// Adapted from https://penrose.cs.cmu.edu/docs/ref/react
22// bun install @penrose/core
33import * as Penrose from '@penrose/core'
44-import { a } from '@react-spring/three'
5465const fetch_text = async (url) => {
76 const response = await fetch(url)
+1
chk.sh
···44if [ -n "$CI" ]; then
55 bun install
66 bunx biome ci
77+ # bunx knip
78else
89 # locally, `bun install` should have been run separately
910 bunx biome check --fix # --unsafe