You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ipycanvas is a lightweight, fast and stable library exposing the [browser's Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) to Python.
9
+
ipycanvas is a lightweight, fast and stable library exposing the [browser's Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) to IPython.
10
10
It allows you to draw simple primitives directly from Python like text, lines, polygons, arcs, images etc. This simple toolset allows you to draw literally anything!
11
11
12
12
## Try it online!
@@ -17,7 +17,7 @@ You can try it online by clicking on this badge:
17
17
18
18
## Documentation
19
19
20
-
You can read the documentation following this link: https://ipycanvas.readthedocs.io/en/latest/
20
+
You can read the documentation following this link: https://ipycanvas.readthedocs.io
0 commit comments