add H function to plug patterns into Hydra
This commit is contained in:
parent
0f7b3e9f84
commit
22c9829fea
1 changed files with 2 additions and 0 deletions
|
|
@ -11,3 +11,5 @@ export async function initHydra() {
|
|||
s0.init({ src: testCanvas });
|
||||
}
|
||||
}
|
||||
|
||||
export const H = (p) => () => p.queryArc(getTime(), getTime())[0].value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue