creating first structure of cinema backend server
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
16
server/cinema/lib/feature/poster/models/poster.enums.dart
Normal file
16
server/cinema/lib/feature/poster/models/poster.enums.dart
Normal file
@@ -0,0 +1,16 @@
|
||||
enum PosterOrientation {
|
||||
horizontal,
|
||||
vertical,
|
||||
}
|
||||
|
||||
enum PosterFormat {
|
||||
png,
|
||||
jpeg,
|
||||
bmp,
|
||||
}
|
||||
|
||||
enum PosterOutput {
|
||||
image,
|
||||
lvgl,
|
||||
lvglBinary,
|
||||
}
|
||||
Reference in New Issue
Block a user