new require("Image")(url, width, height)
Parameters:
| Name | Type | Description |
|---|---|---|
url |
||
width |
||
height |
Methods
-
<static> Image#getHeight() → {number}
-
Returns the Image's Height
Returns:
- Type
- number
-
<static> Image#getUrl() → {string}
-
Returns the Image's URL
Returns:
- Type
- string
-
<static> Image#getWidth() → {number}
-
Returns the Image's width
Returns:
- Type
- number