Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 452 Bytes

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 452 Bytes

3.0.0

  • The library now exports an ESM-compatible arucoToSVGString function rather than an object-based API.
  • Added an HTML custom element <aruco-marker markerid="155"></aruco-marker> that works regardless of framework.
  • Removed AngularJS component.
  • Removed AMD and Bower support.

2.0.0

  • Fix marker orientation - it was diagonally inverted!
  • Add CommonJS and AMD support to the Angular directive.

1.0.0

  • Initial release