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

Adding missing import to readme example (#28)

Co-authored-by: William <william@easyxafs.com>

William 0b1d0a92 6a5425e9

Changed files
+1
+1
README.md
···
### Asynchronous Animation in Jupyter
```python
# Jupyter cell 1:
+
import drawSvg as draw
from drawSvg.widgets import AsyncAnimation
widget = AsyncAnimation(fps=10)
widget