add evalScope + deprecate extend

This commit is contained in:
Felix Roos 2022-05-17 00:31:20 +02:00
parent aa3db09f22
commit 2a618b42b7
3 changed files with 18 additions and 3 deletions

View file

@ -11,6 +11,8 @@ npm i @strudel.cycles/eval --save
## Example
TODO: -extend +evalScope
```js
import { evaluate, extend } from '@strudel.cycles/eval';
import * as strudel from '@strudel.cycles/core';