Tldraw/packages/file-format/src/index.ts

13 wiersze
317 B
TypeScript

export { buildFromV1Document, type LegacyTldrawDocument } from './lib/buildFromV1Document'
export {
TLDRAW_FILE_EXTENSION,
TLDRAW_FILE_MIMETYPE,
isV1File,
parseAndLoadDocument,
parseTldrawJsonFile,
serializeTldrawJson,
serializeTldrawJsonBlob,
type TldrawFile,
type TldrawFileParseError,
} from './lib/file'