* Nicely format Jimp object when converted to a string * @returns pretty printed
()
| 392 | * @returns pretty printed |
| 393 | */ |
| 394 | toString() { |
| 395 | return "[object Jimp]"; |
| 396 | } |
| 397 | |
| 398 | /** Get the width of the image */ |
| 399 | get width() { |
no outgoing calls
no test coverage detected