@tencentcloud/roomkit-electron-vue3
Version:
<h1 align="center"> TUIRoomKit</h1> Conference (TUIRoomKit) is a product suitable for multi-person audio and video conversation scenarios such as business meetings, webinars, and online education. By integrating this product, you can add room management,
16 lines (15 loc) • 419 B
TypeScript
import { Canvas } from 'fabric/fabric-impl';
import hotkeys from 'hotkeys-js';
import FabricCanvas from './index';
declare const keyNames: {
lrdu: string;
backspace: string;
delete: string;
ctrlz: string;
ctrly: string;
ctrlc: string;
ctrlv: string;
};
declare function initHotkeys(canvas: Canvas, fabricCanvas: FabricCanvas): void;
export default initHotkeys;
export { keyNames, hotkeys };