0.3.2 • Published 1 year ago

@jsnix/addon-unicode-graphemes v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@xterm/addon-unicode-graphemes

⚠️ This addon is currently experimental and may introduce unexpected and non-standard behavior

An addon providing enhanced Unicode support (include grapheme clustering) for xterm.js.

The file src/UnicodeProperties.ts is generated and depends on the Unicode version. See the unicode-properties project for credits and re-generation instructions.

Install

This addon is not yet published to npm

Usage

import { Terminal } from "@jsnix/xterm";
import { UnicodeGraphemesAddon } from "@jsnix/addon-unicode-graphemes";

const terminal = new Terminal();
const unicodeGraphemesAddon = new UnicodeGraphemesAddon();
terminal.loadAddon(unicodeGraphemesAddon);
0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago