Skip to content

Commit 41938b3

Browse files
committed
adjust image addon defaults
1 parent 9c54203 commit 41938b3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

addons/addon-image/src/ImageAddon.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ const DEFAULT_OPTIONS: IImageAddonOptions = {
2222
pixelLimit: 16777216, // limit to 4096 * 4096 pixels
2323
sixelSupport: true,
2424
sixelScrolling: true,
25-
sixelPaletteLimit: 256,
26-
sixelSizeLimit: 25000000,
25+
sixelPaletteLimit: 4096,
26+
sixelSizeLimit: 33554432,
2727
storageLimit: 128,
2828
showPlaceholder: true,
2929
iipSupport: true,
30-
iipSizeLimit: 20000000,
30+
iipSizeLimit: 33554432,
3131
kittySupport: true,
32-
kittySizeLimit: 20000000
32+
kittySizeLimit: 33554432
3333
};
3434

3535
// max palette size supported by the sixel lib (compile time setting)

0 commit comments

Comments
 (0)