Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
./addons/xterm-addon-canvas/out-test/* \
./addons/xterm-addon-fit/out/* \
./addons/xterm-addon-fit/out-test/* \
./addons/xterm-addon-image/inwasm-builds/out/* \
./addons/xterm-addon-image/out/* \
./addons/xterm-addon-image/out-test/* \
./addons/xterm-addon-ligatures/out/* \
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

7 changes: 3 additions & 4 deletions addons/xterm-addon-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@
"xterm.js"
],
"scripts": {
"inwasm": "inwasm out/*.wasm.js",
"prepackage": "../../node_modules/.bin/tsc -p . && inwasm -f out/*.wasm.js",
"prepackage": "../../node_modules/.bin/tsc -p .",
"package": "../../node_modules/.bin/webpack",
"prepublishOnly": "npm run package"
},
"peerDependencies": {
"xterm": "^5.2.0"
},
"devDependencies": {
"inwasm": "^0.0.13",
"sixel": "^0.16.0"
"sixel": "^0.16.0",
"xterm-wasm-parts": "^0.1.0"
}
}
2 changes: 1 addition & 1 deletion addons/xterm-addon-image/src/IIPHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { IImageAddonOptions, IOscHandler, IResetHandler, ITerminalExt } from './Types';
import { ImageRenderer } from './ImageRenderer';
import { ImageStorage, CELL_SIZE_DEFAULT } from './ImageStorage';
import { Base64Decoder } from './base64.wasm';
import Base64Decoder from 'xterm-wasm-parts/lib/base64/Base64Decoder.wasm';
import { HeaderParser, IHeaderFields, HeaderState } from './IIPHeaderParser';
import { imageType, UNSUPPORTED_TYPE } from './IIPMetrics';

Expand Down
80 changes: 0 additions & 80 deletions addons/xterm-addon-image/src/base64.benchmark.ts

This file was deleted.

Loading