Skip to content

Commit 5e147ba

Browse files
committed
Update README
1 parent aa1eb43 commit 5e147ba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11

22
# ipycanvas
33

4+
[![Documentation](http://readthedocs.org/projects/ipycanvas/badge/?version=latest)](https://ipycanvas.readthedocs.io/en/latest/?badge=latest)
45
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/martinRenou/ipycanvas/stable?filepath=examples)
56

7+
68
Interactive widgets library exposing the [browser's Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) to Python. There are some API differences though:
79

810
- The `Canvas` widget is exposing the [`CanvasRenderingContext2D`](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D) API
@@ -11,6 +13,16 @@ Interactive widgets library exposing the [browser's Canvas API](https://develope
1113
- We provide a `hold_canvas` context manager if you want to perform lots of commands at once
1214
- The Web canvas `putImageData` method does not support transparency, our `Canvas.put_image_data` **does** support it!
1315

16+
## Try it online!
17+
18+
You can try it online by clicking on this badge:
19+
20+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/martinRenou/ipycanvas/stable?filepath=examples)
21+
22+
## Documentation
23+
24+
You can read the documentation following this link: https://ipycanvas.readthedocs.io/en/latest/
25+
1426
## Examples
1527

1628
### Create John Conway's Game Of Life

0 commit comments

Comments
 (0)