Programmatically generate SVG (vector) images, animations, and interactive Jupyter widgets

Fix mime_type option in Image

authored by squaregoldfish.tngl.sh and committed by

Tangled c69e20a3 2ab4c537

+1 -1
+1 -1
docs/index.md
··· 1106 1106 1107 1107 ```python 1108 1108 dw.Image(x, y, width, height, path=None, data=None, 1109 - embed=False, mimeType=None, **kwargs) 1109 + embed=False, mime_type=None, **kwargs) 1110 1110 ``` 1111 1111 1112 1112 ```python