param in kittyGraphicsAddon.ts , ci.yml

This commit is contained in:
Anthony Kim
2026-01-22 15:59:46 -08:00
parent a507afb388
commit 27825f9ed8
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -219,6 +219,8 @@ jobs:
run: npm run test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-fit
- name: Integration tests (addon-image)
run: npm run test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-image
- name: Integration tests (addon-kitty-graphics)
run: npm run test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-kitty-graphics
- name: Integration tests (addon-progress)
run: npm run test-integration-${{ matrix.browser }} --workers=50% --forbid-only --suite=addon-progress
- name: Integration tests (addon-search)
@@ -266,6 +266,7 @@ export class KittyGraphicsAddon implements ITerminalAddon, IKittyGraphicsApi {
/**
* Decode an image and display it at the cursor position.
* @param image - The Kitty image to decode and display
* @param columns - Optional: number of terminal columns to span
* @param rows - Optional: number of terminal rows to span
*/