mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-12 22:15:27 -04:00
remove old imports
This commit is contained in:
@@ -11,7 +11,7 @@ npm i @strudel.cycles/core --save
|
||||
## Example
|
||||
|
||||
```js
|
||||
import { sequence, State, TimeSpan } from '@strudel.cycles/core';
|
||||
import { sequence } from '@strudel.cycles/core';
|
||||
|
||||
const pattern = sequence('a', ['b', 'c']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user