UNPKG

@mlightcad/libredwg-web

Version:

A DWG/DXF JavaScript parser based on libredwg

10 lines 312 B
import { DwgPoint2D } from '../common'; import { DwgCommonObject } from './common'; export interface DwgImageDefObject extends DwgCommonObject { fileName: string; size: DwgPoint2D; sizeOfOnePixel: DwgPoint2D; isLoaded: number; resolutionUnits: number; } //# sourceMappingURL=imageDef.d.ts.map