ipycanvas
ipycanvas copied to clipboard
MultiCanvas with a mix of RoughCanvas and Canvas
As discussed here: https://github.com/martinRenou/ipycanvas/discussions/144
It would be nice to be able to create a MultiCanvas with a mix of Canvas and RoughCanvas.
We might want to change the MultiCanvas API to:
from ipycanvas import MultiCanvas, RoughCanvas, Canvas
canvas = MultiCanvas((Canvas(), RoughCanvas(), Canvas()))