parseTldrawJsonFile
See source codefunction parseTldrawJsonFile({
  json,
  schema,
}: {
  json: string
  schema: TLSchema
}): Result<TLStore, TldrawFileParseError>Parameters
| Name | Description | 
|---|---|
| 
 |  | 
Returns
Result<TLStore, TldrawFileParseError>Prev
getSvgAsImageNext
preloadFont