mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
add semicolon
This commit is contained in:
@@ -9,7 +9,7 @@ import { ImageRenderer } from './ImageRenderer';
|
||||
import { ImageStorage, CELL_SIZE_DEFAULT } from './ImageStorage';
|
||||
import { SixelHandler } from './SixelHandler';
|
||||
import { ITerminalExt, IImageAddonOptions, IResetHandler } from './Types';
|
||||
import { ImageAddon as IImageApi } from 'xterm-addon-image'
|
||||
import { ImageAddon as IImageApi } from 'xterm-addon-image';
|
||||
|
||||
// default values of addon ctor options
|
||||
const DEFAULT_OPTIONS: IImageAddonOptions = {
|
||||
|
||||
Reference in New Issue
Block a user