mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
remove codesandbox specific line
This commit is contained in:
@@ -17,8 +17,6 @@ const pattern = mini('a [b c*2]');
|
||||
|
||||
const events = pattern.firstCycle().map((e) => e.show());
|
||||
console.log(events);
|
||||
|
||||
document.getElementById('app').innerHTML = events.join('<br/>');
|
||||
```
|
||||
|
||||
yields:
|
||||
|
||||
Reference in New Issue
Block a user