# XWUIVideoEditor

Video editor with timeline, trim, splice, export.

## Basic Usage

Load a clip for editing.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Load a clip for editing.
```

## Preloaded Clip

Open the editor with a clip already loaded via `videoSrc` so the inner player mounts at once, with all three editing capabilities enabled.

```example
file: examples/PreloadedClip.ts
html: examples/PreloadedClip.html
title: Preloaded Clip
description: A clip loaded on mount via videoSrc, with trim, crop, and filter all enabled.
```

## Trim-Only Editor

A pared-down editor exposing trimming alone - crop and filter stay off for the lightweight cut-the-ends surface.

```example
file: examples/TrimOnly.ts
html: examples/TrimOnly.html
title: Trim-Only Editor
description: A lightweight editor with only trimming enabled and a custom root className.
```

```api
```
