melonJS/melonJS: Release 14.2.0
Added
- Core: add a tsconfig file for types generation and properly enable type suggestions (thanks @lartkma)
Changed
- Utils: move
getPixels()
asgetImageData()
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