Infinite Canvas Versions Save

an infinite version of the html canvas

v0.6.6

1 month ago

v0.6.5

2 months ago
  • fix bugs in the rendering of paths through infinity

v0.6.4

3 months ago

Fix #44: include 'types' in 'exports' in package.json

v0.6.3

4 months ago

Fix #33 by only looking at the canvas size when drawing

v0.6.2

9 months ago
  • fix bug where drawing outside clipped area was not handled correctly
  • rename existing umd file
  • add esm file
  • from which Units can actually be imported

v0.6.1

1 year ago

v0.6.0-alpha

1 year ago
  • Implement addEventListener() and emit actual Events just like a <canvas> element
  • breaking-ish: the transformationStart, transformationChange and transformationEnd events are now called transformationstart, transformationchange and transformationend, respectively.

v0.5.7-alpha

1 year ago

v0.5.6-alpha

1 year ago
  • fix the typescript declaration: InfiniteCanvas is now the default export, just as it is in dist/infinite-canvas.js

v0.5.5-alpha

1 year ago
  • fix a bug in the handling of touches outside the <canvas>