Add: image processing

This commit is contained in:
2022-04-06 11:42:49 +08:00
parent ffda9a99c5
commit eab546a7b6
2 changed files with 25 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ const components = {
h4: (props) => <Typography variant="h4" {...props} />,
h5: (props) => <Typography variant="h5" {...props} />,
h6: (props) => <Typography variant="h6" {...props} />,
img: (props) => <Image alt={props.alt} layout="responsive" {...props} />,
code: (props) => (
<code
style={{