melonJS/melonJS: Release 14.2.0

Name: melonJS

Owner: melonJS

Release: v14.2.0

Released: 2022-12-26

License: MIT

Release Assets:

Added

  • Core: add a tsconfig file for types generation and properly enable type suggestions (thanks @lartkma)

Changed

  • Utils: move getPixels() as getImageData() under the CanvasTexture object

Fixed

  • Core: fix an uncaught exception (again) when using melonJS with parcel (thanks @infamoustrey)
  • Core: fix further global reference to document (i.e. refer to globalThis instead of implicitely using window)
  • Core: fix more circular dependencies

To top