UNPKG

@meta2d/core

Version:

@meta2d/core: Powerful, Beautiful, Simple, Open - Web-Based 2D At Its Best .

10 lines (9 loc) 520 B
import { Meta2d } from "../core"; import { Network } from "../store"; import { Pen } from "../pen"; import { Event } from "../event"; export declare function connectJetLinks(meta2d: Meta2d, net: Network): void; export declare function closeJetLinks(meta2d: Meta2d): void; export declare function getSendData(meta2d: Meta2d, pen: Pen, e: Event): any; export declare function sendJetLinksData(meta2d: Meta2d, list: any[]): Promise<void>; export declare function playMp3(meta2d: any, alarmConfigId: string): Promise<void>;