# XWUIDiffEditor

Side-by-side or inline code / file diff viewer powered by Monaco's diff editor.

## Basic Usage

Side-by-side diff of two snippets with TypeScript highlighting.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Side-by-side diff of two snippets with TypeScript highlighting.
```

## Inline Mode

Stacked inline diff with line numbers.

```example
file: examples/InlineMode.ts
html: examples/InlineMode.html
title: Inline Mode
description: Stacked inline diff with line numbers.
```

## Ignore Whitespace

Strip indentation noise when comparing files.

```example
file: examples/IgnoreWhitespace.ts
html: examples/IgnoreWhitespace.html
title: Ignore Whitespace
description: Strip indentation noise when comparing files.
```

```api
```
