@bylqwjc/video-editor-web-component
v1.0.10
Published
Self-contained web component build of the video editor for Vue and other non-React hosts.
Downloads
39
Maintainers
Readme
@bylqwjc/video-editor-web-component
Self-contained web component build of the video editor for Vue and other non-React hosts.
Install
npm install @bylqwjc/video-editor-web-componentUsage
import {
openVideoEditor,
registerVideoEditorElement,
} from "@bylqwjc/video-editor-web-component";
openVideoEditor({
showNavbar: true,
});This package bundles the React runtime internally and auto-loads its own stylesheet, so Vue, Vite, and plain browser hosts do not need to install React or import a separate CSS file for the default setup.
