LANCommander/LANCommander.UI/main.js

7 lines
156 B
JavaScript
Raw Permalink Normal View History

2024-08-18 15:08:32 -05:00
import { Readline } from "xterm-readline"
import { FitAddon } from "@xterm/addon-fit"
window.XtermAddons = {
Fit: FitAddon,
Readline: Readline
}