@xterm/addon-image 0.10.0-beta.213 → 0.10.0-beta.214
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.
- package/README.md +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -25,14 +25,14 @@ const customSettings: IImageAddonOptions = {
|
|
|
25
25
|
pixelLimit: 16777216, // max. pixel size of a single image
|
|
26
26
|
sixelSupport: true, // enable sixel support
|
|
27
27
|
sixelScrolling: true, // whether to scroll on image output
|
|
28
|
-
sixelPaletteLimit:
|
|
29
|
-
sixelSizeLimit:
|
|
28
|
+
sixelPaletteLimit: 4096, // initial sixel palette size
|
|
29
|
+
sixelSizeLimit: 33554432, // size limit of a single sixel sequence
|
|
30
30
|
storageLimit: 128, // FIFO storage limit in MB
|
|
31
31
|
showPlaceholder: true, // whether to show a placeholder for evicted images
|
|
32
32
|
iipSupport: true, // enable iTerm IIP support
|
|
33
|
-
iipSizeLimit:
|
|
33
|
+
iipSizeLimit: 33554432, // size limit of a single IIP sequence
|
|
34
34
|
kittySupport: true, // enable Kitty graphics support
|
|
35
|
-
kittySizeLimit:
|
|
35
|
+
kittySizeLimit: 33554432 // size limit of a single Kitty sequence
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
// initialization
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xterm/addon-image",
|
|
3
|
-
"version": "0.10.0-beta.
|
|
3
|
+
"version": "0.10.0-beta.214",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "The xterm.js authors",
|
|
6
6
|
"url": "https://xtermjs.org/"
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"sixel": "^0.16.0",
|
|
28
28
|
"xterm-wasm-parts": "^0.4.1"
|
|
29
29
|
},
|
|
30
|
-
"commit": "
|
|
30
|
+
"commit": "a2e51e8d36114119d5f2c174eb45be1fbc92cbfa",
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@xterm/xterm": "^6.1.0-beta.
|
|
32
|
+
"@xterm/xterm": "^6.1.0-beta.214"
|
|
33
33
|
}
|
|
34
34
|
}
|