mirror of
https://github.com/pelican-dev/panel.git
synced 2025-07-12 06:41:08 +02:00
14 lines
355 B
JavaScript
14 lines
355 B
JavaScript
import { Terminal } from '@xterm/xterm';
|
|
import { FitAddon } from '@xterm/addon-fit';
|
|
import { WebLinksAddon } from '@xterm/addon-web-links';
|
|
import { SearchAddon } from '@xterm/addon-search';
|
|
import { SearchBarAddon } from 'xterm-addon-search-bar';
|
|
|
|
window.Xterm = {
|
|
Terminal,
|
|
FitAddon,
|
|
WebLinksAddon,
|
|
SearchAddon,
|
|
SearchBarAddon,
|
|
};
|