mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-23 19:48:31 +00:00
remove old imports
This commit is contained in:
parent
9d2cbbaa2c
commit
9c6652b19d
@ -11,7 +11,7 @@ npm i @strudel.cycles/core --save
|
|||||||
## Example
|
## Example
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import { sequence, State, TimeSpan } from '@strudel.cycles/core';
|
import { sequence } from '@strudel.cycles/core';
|
||||||
|
|
||||||
const pattern = sequence('a', ['b', 'c']);
|
const pattern = sequence('a', ['b', 'c']);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user