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:
Mose Müller
2023-08-10 10:24:15 +02:00
parent 8d55f3b853
commit a333de9957
3 changed files with 57 additions and 18 deletions

View File

@ -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 {