OpenCut/rust/wasm
Maze Winther e579ae1202 feat: migrate GPU renderer from WebGL to wgpu/WASM 2026-04-01 13:57:32 +02:00
..
src feat: migrate GPU renderer from WebGL to wgpu/WASM 2026-04-01 13:57:32 +02:00
Cargo.toml feat: migrate GPU renderer from WebGL to wgpu/WASM 2026-04-01 13:57:32 +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.