Add document animation frame tests

This commit is contained in:
2026-06-01 00:16:34 +02:00
parent 4d715afd60
commit dfdb7a4468
6 changed files with 171 additions and 3 deletions

View File

@@ -100,6 +100,8 @@ int create_document(int argc, char** argv)
<< ",\"height\":" << document.value().height()
<< ",\"layers\":" << document.value().layers().size()
<< ",\"activeLayer\":" << document.value().active_layer_index()
<< ",\"frames\":" << document.value().frames().size()
<< ",\"activeFrame\":" << document.value().active_frame_index()
<< "}}\n";
return 0;
}