3.0.0
Breaking changes/migrating from 2.x:
- Internet Explorer, Chrome < v30, and Firefox < v51 are no longer officially supported (removed vendor prefixes for
imageSmoothingEnabled
) - The
stop()
method has been renamedpause()
- The
sync()
method has been replaced withsyncTime()
and now expects a time in seconds (instead of ms)
Improved:
- Graphics now scale fluidly with the canvas instead of at fixed increments
- Canvas no longer temporarily appears blurry while resizing