What's Changed
- Fix typo in readme, docs, descriptions by @doubleactii in #3
- Closes #6 by @doubleactii in #7
- Closes #4 by @doubleactii in #8
- Closes #5 by @doubleactii in #9
New API
- Adds the
resetPoint
API. This API resets the point back to its original position it was originated in. - Adds the
transform
API. This API moves the point based on a transformation value. This is helpful when mirroring a point, or when an icon is transformed (flipped), you can get the new icon point on that flipped icon, by transforming the point by the same value of the transformation of the icon.
This API is extended via separated axis calls for the transform API via transformX
and transformY
for instances when only one axis needs to be mirror.
Full Changelog: v1.1.0...v1.2.0