OpenCut/rust/wasm
Maze Winther dcf54c1250 feat: migrate time utilities from typescript to rust WASM 2026-03-31 04:03:52 +02:00
..
src feat: migrate time utilities from typescript to rust WASM 2026-03-31 04:03:52 +02:00
Cargo.toml feat: migrate time utilities from typescript to rust WASM 2026-03-31 04:03:52 +02:00
README.md feat: migrate time utilities from typescript to rust WASM 2026-03-31 04:03:52 +02:00

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.