graphic-pixi/lib/app/index.d.ts

18 lines
789 B
TypeScript
Raw Normal View History

2023-12-12 17:31:07 +08:00
import { DrawAppOptions, DrawAssistant, GraphicDrawAssistant, IDrawApp } from './JlDrawApp';
import { AppConsts, GraphicAppOptions, ICanvasProperties, IGraphicApp, IGraphicScene, IGraphicStorage, IJlCanvas } from './JlGraphicApp';
import { GraphicDataUpdateOperation } from './BasicOperation';
/**
* app
* @param options
* @returns
*/
export declare function newGraphicApp(options: GraphicAppOptions): IGraphicApp;
/**
* app
* @param options
* @returns
*/
export declare function newDrawApp(options: DrawAppOptions): IDrawApp;
export { AppConsts, GraphicDrawAssistant, GraphicDataUpdateOperation };
export type { DrawAssistant, ICanvasProperties, IDrawApp, IGraphicApp, IGraphicScene, IGraphicStorage, IJlCanvas, };
2023-12-13 13:59:09 +08:00
//# sourceMappingURL=index.d.ts.map