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
getSvgAsImage
Next
preloadFont