@tripo3d/fingerprint / load
Function: load()
ts
function load(options?): Promise<Agent>;Defined in: agent.ts:179
Builds an instance of Agent and waits a delay required for a proper operation.
Parameters
| Parameter | Type |
|---|---|
options | Readonly<LoadOptions> |
Returns
Promise<Agent>