Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tldraw/tldraw
/ load
Method
load
packages/editor/setupVitest.js:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
// FontFace API polyfill for font testing
13
global.FontFace =
class
FontFace {
14
load() {
15
return
Promise.resolve()
16
}
17
}
18
19
// Document fonts API mock
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.65
Tested by
no test coverage detected