Frontend first draft
This commit is contained in:
6
frontend/pshared/lib/utils/image/transformed.dart
Normal file
6
frontend/pshared/lib/utils/image/transformed.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class TransformedImage {
|
||||
final List<int> bytes;
|
||||
final String imageType;
|
||||
|
||||
TransformedImage(this.bytes, this.imageType);
|
||||
}
|
||||
Reference in New Issue
Block a user