mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 02:27:37 +00:00
Expose transparent pixels in the graph
This commit is contained in:
parent
e53fadb63f
commit
4d07e15db5
2 changed files with 8 additions and 0 deletions
|
|
@ -43,4 +43,7 @@ export default class ClassicSkinResolver
|
|||
const update = updates[0];
|
||||
return new Date(update.update_timestamp * 1000).toISOString();
|
||||
}
|
||||
transparent_pixels(): Promise<number> {
|
||||
return this._model.transparentPixels();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -227,6 +227,11 @@ type ClassicSkin implements Skin & Node {
|
|||
Given in simplified extended ISO format (ISO 8601).
|
||||
"""
|
||||
last_algolia_index_update_date: String
|
||||
|
||||
"""
|
||||
The number of transparent pixels rendered by the skin.
|
||||
"""
|
||||
transparent_pixels: Int
|
||||
}
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue