|
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
README.md
opencut-wasm
Shared video editor logic compiled to WebAssembly. Used by the OpenCut web app.
Install
npm install opencut-wasm
Usage
import { formatTimeCode } from "opencut-wasm";
All exports are documented in the TypeScript definitions.
Source
Functions are implemented in Rust under rust/crates/. This package is the compiled WebAssembly output — do not edit it directly.