move hs2js package here + improve readme

This commit is contained in:
Felix Roos 2024-05-17 10:00:00 +02:00
parent ed506cabb5
commit c232fb7dd5
12 changed files with 1489 additions and 35 deletions

View file

@ -1,6 +1,5 @@
import { run } from './hs2js.mjs';
import { run, parse } from 'hs2js';
import { renderGraph } from './graph.mjs';
import { parse } from './parser.mjs';
import { initStrudel, reify, late, samples, stack } from '@strudel/web';
initStrudel({
prebake: () => samples('github:tidalcycles/dirt-samples'),