mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-13 17:07:28 -04:00
separate out strudel.mjs, make index.mjs aggregate module
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
import shiftCodegen from 'shift-codegen';
|
||||
const codegen = shiftCodegen.default || shiftCodegen; // parcel module resolution fuckup
|
||||
|
||||
import * as strudel from '@strudel.cycles/core/strudel.mjs';
|
||||
import * as strudel from '@strudel.cycles/core';
|
||||
|
||||
const { Pattern } = strudel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user