UNPKG

@phi-ag/rvt

Version:

Parse Revit file format

5 lines (4 loc) 458 B
export { type Source, BlobSource, Cfb } from "./cfb/index.js"; export { type OpenFileSuccess, type OpenFileError, type OpenFileResult, openFile, tryOpenFile } from "./browser.js"; export { type FileInfo, type BasicFileInfoSuccess, type BasicFileInfoError, type BasicFileInfoResult, basicFileInfo, tryBasicFileInfo } from "./info.js"; export { type ThumbnailSuccess, type ThumbnailError, type ThumbnailResult, thumbnail, tryThumbnail } from "./thumbnail.js";