wterm 0.3.4

Serial port to WebSocket bridge with embedded web terminal
1
2
3
4
5
import App from './src/app.svelte'

const app = new App({ target: document.body })

export default app