- loadPbm(url, options?): Promise<ParsedResultType>
Parameters
- url: string
- options: {
fetcher?: Fetcher;
light?: boolean;
textureArray?: string[];
textureBaseUri?: string;
textureOptions?: TextureOptions;
} = {}Optionalfetcher?: Fetcher
Optionallight?: boolean
OptionaltextureArray?: string[]
OptionaltextureBaseUri?: string