@contentauth/c2pa-node


@contentauth/c2pa-node / loadSettingsFromUrl

Function: loadSettingsFromUrl()

loadSettingsFromUrl(url): Promise<void>

Defined in: Settings.ts:58

Load settings from a URL and apply them globally. The format is determined by the content-type header or file extension (.toml for TOML, otherwise JSON).

Parameters

url

string

The URL to fetch the settings from

Returns

Promise<void>