mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
15 lines
329 B
Plaintext
15 lines
329 B
Plaintext
---
|
|
layout: "layouts/DocLayout.astro"
|
|
title: Image
|
|
description: How images are represented in Spotube.
|
|
order: 0
|
|
---
|
|
|
|
Following is the structure of the `SpotubeImageObject`:
|
|
|
|
| Property | Type |
|
|
| -------- | --------------- |
|
|
| width | `int` or `null` |
|
|
| height | `int` or `null` |
|
|
| url | `string` |
|