feat: video/gif support

This commit is contained in:
2026-02-07 11:08:39 +07:00
parent 12a20f6213
commit 6b109af42e
19 changed files with 766 additions and 281 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export interface DeviceStatus {
/**
* Display resolution as "width,height" string
*
* Example: "368,368" = 368x368 pixels
* Example: "368,368" = 368x368 pixels (static); animations use 360x360
*/
size: string;