We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c54203 commit 41938b3Copy full SHA for 41938b3
1 file changed
addons/addon-image/src/ImageAddon.ts
@@ -22,14 +22,14 @@ const DEFAULT_OPTIONS: IImageAddonOptions = {
22
pixelLimit: 16777216, // limit to 4096 * 4096 pixels
23
sixelSupport: true,
24
sixelScrolling: true,
25
- sixelPaletteLimit: 256,
26
- sixelSizeLimit: 25000000,
+ sixelPaletteLimit: 4096,
+ sixelSizeLimit: 33554432,
27
storageLimit: 128,
28
showPlaceholder: true,
29
iipSupport: true,
30
- iipSizeLimit: 20000000,
+ iipSizeLimit: 33554432,
31
kittySupport: true,
32
- kittySizeLimit: 20000000
+ kittySizeLimit: 33554432
33
};
34
35
// max palette size supported by the sixel lib (compile time setting)
0 commit comments