Skip to content

0.3.20

Compare
Choose a tag to compare
@sarmadka sarmadka released this 27 Aug 04:46
· 20 commits to main since this release
64ff964
  • Replace the use of Audio HTML elements with Web Audio API.
  • Use the font bounding box instead of the actual bounding box when measuring text dimensions. This will ensure better vertical placement that doesn't vary based on what letters are included in the string.
  • Skip fullscreen request when not supported by the browser.
  • Minor documentation updates.
  • Added functions to suspend and resume the audio context.
  • Converted ImageResource.initFromCanvas to async as it should've been