mirror of
https://codeberg.org/demostf/edit.git
synced 2026-06-03 20:04:06 +02:00
document rust api
This commit is contained in:
parent
06baf1b809
commit
e7bbd1c090
4 changed files with 26 additions and 6 deletions
|
|
@ -10,5 +10,5 @@ export interface TickRange {
|
|||
|
||||
export async function edit(bytes: Uint8Array, options: EditOptions): Promise<Uint8Array> {
|
||||
let m = await import(/* webpackChunkName: "demos-tf-edit" */ "../pkg/index.js");
|
||||
return m.edit(bytes, options);
|
||||
return m.edit_js(bytes, options);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue