Squiggles
Squiggles
**Description** Feature request: Add a "loopUntil" flow function This will act like the "loop" function, replacing the "iterations" number with an event. It would allow for more fine tuning in...
**Summary** This PR closes #362 by implementing a `loopUntil()` function. It works in a way similar to `loop()` but uses a `TimeEvent` rather than `iterations` to control the loop. **Functionality**...
**Summary** This PR adds two URL parameters, `?render` and `?present`. These can be used for quick access to common UI functionality, leading to a somewhat automated process. (quick and dirty...
Improved the clarity of the docs for the `Path` component.