1.6 KiB
1.6 KiB
bandcamp-fetch / LimiterImageAPI
Class: LimiterImageAPI
Hierarchy
-
↳
LimiterImageAPI
Table of contents
Constructors
Methods
Constructors
constructor
• new LimiterImageAPI()
Inherited from
Methods
getFormat
▸ Static
getFormat(target?
, fallbackId?
): Promise
<null
| ImageFormat
>
Parameters
Name | Type |
---|---|
target? |
string | number | ImageFormat |
fallbackId? |
number |
Returns
Promise
<null
| ImageFormat
>
Overrides
Defined in
getFormats
▸ Static
getFormats(filter?
): Promise
<ImageFormat
[]>
Parameters
Name | Type |
---|---|
filter? |
ImageFormatFilter |
Returns
Promise
<ImageFormat
[]>