UNPKG

390 BMarkdownView Raw
1# 1.0.1
2
3Fix mouse coordinates in Ejecta when canvas is scaled.
4
5# 1.0.0
6
7Convert save data to async API so it works with Chrome Apps. This is a breaking change, so respecting semver makes me bump the version to 1.0.0. :-/
8
9# 0.1.6
10
11Fix scaling on Ejecta. You must now specify canvas.width/height in JS instead of HTML.
12
13# 0.1.5
14
15Fix font loading in Firefox. It doesn't like single quotes.