// import { Terminal } from "xterm"; // import { Terminal } from "xterm"; const terminal = document.getElementById("terminal"); console.log("hi"); // const term = Terminal({ cols: 120, rows: 40 }); // const term = new Terminal(); // term.open(terminalDiv); // term.write("first succesfull hello world"); terminal.innerHTML = "Terminal should be here";