UNPKG

forge-convert-utils

Version:

Tools for converting Autodesk Forge file formats.

13 lines 368 B
/// <reference types="node" /> export declare class ImagePlaceholder { private static _jpg; private static _png; private static _bmp; private static _gif; private constructor(); static get JPG(): Buffer; static get PNG(): Buffer; static get BMP(): Buffer; static get GIF(): Buffer; } //# sourceMappingURL=image-placeholders.d.ts.map