...
Canvas component set
ditto
- Automatic handling of HI DPI screens. For HI DPI screens, the size needs to be doubled like this: <canvas style="width: 600px; height: 300px;" id="my_id" width="1200" height="600" class="my_class"></canvas>
- Some way to limit canvas size to something the target device can handle. Here's some info on that.
- Deal with canvas aspect ratios
Port of Squiggly?
(probably pretty low on the list)
...