import { Readline } from "xterm-readline"
import { FitAddon } from "@xterm/addon-fit"
window.XtermAddons = {
Fit: FitAddon,
Readline: Readline
}