build
This commit is contained in:
parent
b1cde584bf
commit
a19d789145
7 changed files with 70 additions and 13 deletions
2
docs/dist/evaluate.js
vendored
2
docs/dist/evaluate.js
vendored
|
|
@ -29,7 +29,7 @@ function hackLiteral(literal, names, func) {
|
|||
}
|
||||
hackLiteral(String, ["mini", "m"], bootstrapped.mini);
|
||||
hackLiteral(String, ["pure", "p"], bootstrapped.pure);
|
||||
Object.assign(globalThis, bootstrapped, Tone, toneHelpers, voicingHelpers, drawHelpers, uiHelpers, {
|
||||
Object.assign(globalThis, Tone, bootstrapped, toneHelpers, voicingHelpers, drawHelpers, uiHelpers, {
|
||||
gist,
|
||||
euclid,
|
||||
mini
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue