We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9db69 commit 167d59dCopy full SHA for 167d59d
lib/cli/gfx/terminal-html-template.js
@@ -3,8 +3,8 @@ const html = (data) => {
3
return (`<!doctype html>
4
<html>
5
<head>
6
- <script src="/xterm/lib/xterm.js"></script>
7
- <script src='/xterm/addons/lib/xterm-addon-fit.js'></script>
+ <script src="https://cdn.jsdelivr.net/npm/xterm@4.5.0/lib/xterm.min.js"></script>
+ <script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/xterm-addon-fit.min.js"></script>
8
</head>
9
<body>
10
<div id="terminal" style='width: 105%;height: 100vh;padding-left: 2px;'></div>
0 commit comments