getImageSizeFromSrc
Public Function
Get the size of an image from its source.
Parameters
Name | Description |
---|---|
|
The file as a string. |
Returns
Promise<{
w: number
h: number
}>
Public Function
Get the size of an image from its source.
Name | Description |
---|---|
|
The file as a string. |
Promise<{
w: number
h: number
}>