v0.4.0
This release fixes a bunch of typings, updates PIXI and adds some helper methods/properties.
Changelog
- chore: Upgrade PIXI to
6.3.0
. (dfa5743) - feat: Add
Int.Companion
color utils. (e2634f2) - feat: Add
Rectangle.companion
utils. (b914a1e) - fix: Fix
IDestroyOptions
being immutable. (fb817b9) - fix: Fix
Ticker
typings. (60a6047) - refactor:
Rectangle
&IPointData
extension now usesNumber
instead ofDouble
. (c6bf08a) - refactor: Use
unsafeCast
instead oftraditionnal
casts. (90efef7) - test: Add test for generated textures. (0eb6b01)