mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-07-08 10:57:21 +02:00
feat: updating ImageComponent
- adding format - adding method to read image from file - adding method to load image from base64 byte string
This commit is contained in:
@ -160,6 +160,7 @@ export const GenericComponent = React.memo(
|
||||
readOnly={attribute.readonly}
|
||||
docString={attribute.doc}
|
||||
// Add any other specific props for the ImageComponent here
|
||||
format={attribute.value['format']['value'] as string}
|
||||
/>
|
||||
);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user