mirror of
https://codeberg.org/demostf/edit.git
synced 2026-06-03 11:54:07 +02:00
fix bindings
This commit is contained in:
parent
73729d014e
commit
06baf1b809
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ export interface TickRange {
|
|||
}
|
||||
|
||||
export async function edit(bytes: Uint8Array, options: EditOptions): Promise<Uint8Array> {
|
||||
let m = await import("../pkg/index.js");
|
||||
let m = await import(/* webpackChunkName: "demos-tf-edit" */ "../pkg/index.js");
|
||||
return m.edit(bytes, options);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue