parseTldrawJsonFile

See source code
function parseTldrawJsonFile({
  json,
  schema,
}: {
  json: string
  schema: TLSchema
}): Result<TLStore, TldrawFileParseError>

Parameters

NameDescription

{ json, schema, }

{
  json: string
  schema: TLSchema
}

Returns

Prev
getUncroppedSize
Next
preloadFont
hi

We use cookies on this website.
Learn more in our Cookie Policy.