UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

14 lines (13 loc) 226 B
/** * 资产图片(字符串表示JSON字符串,对象表示文件) */ export type ResImageSource = string | { /** * 图片资源ID */ id: string; /** * 扩展名 */ ext: string; };