React
React provider, hooks, and canvas preview bindings.
@mcut/react is a thin React layer over the engine and media preview pool. It
does not own project behavior.
Use it when building an editor UI in React.
bun add @mcut/react react react-domimport { EditorProvider, PlayerCanvas } from "@mcut/react"
export function Editor() {
return (
<EditorProvider>
<PlayerCanvas />
</EditorProvider>
)
}Read next: