MCPcopy
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
13global.FontFace = class FontFace {
14 load() {
15 return Promise.resolve()
16 }
17}
18
19// Document fonts API mock

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.65

Tested by

no test coverage detected