@lvce-editor/renderer-process 30.14.0 → 30.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10097,10 +10097,14 @@ const createTerminal = async () => {
10097
10097
  Terminal
10098
10098
  }] = await Promise.all([import('./xterm.js'), import('./xterm.js')]);
10099
10099
  const terminal = new Terminal({
10100
+ allowTransparency: true,
10100
10101
  cols: defaultColumns,
10101
10102
  convertEol: true,
10102
10103
  cursorBlink: true,
10103
- rows: defaultRows
10104
+ rows: defaultRows,
10105
+ theme: {
10106
+ background: 'rgba(0, 0, 0, 0)'
10107
+ }
10104
10108
  });
10105
10109
  const fitAddon = new FitAddon();
10106
10110
  terminal.loadAddon(fitAddon);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "30.14.0",
3
+ "version": "30.15.1",
4
4
  "keywords": [
5
5
  "lvce-editor",
6
6
  "renderer-process"