Skip to content

Releases: bhollis/aruco-marker

3.0.0

15 Aug 08:23
Compare
Choose a tag to compare
  • 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

22 May 04:09
Compare
Choose a tag to compare
  • Fix marker orientation - it was diagonally inverted!
  • Add CommonJS and AMD support to the Angular directive.