UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

8 lines (7 loc) 223 B
import { App } from "../../core/App"; import { Container } from "./Container"; export declare function render(app: App, container: Container): Promise<{ base64: string; width: number; height: number; }>;