Skip to content

v1.3.0 - 2026-07-15

Latest

Choose a tag to compare

@pablonosh pablonosh released this 15 Jul 14:13

Added

  • Overlay styling options on QuickPose.Style:
    • lineCap.round (default), .butt, .square
    • linePattern.solid, .dashed, .dotted
    • shadow — drop shadow behind lines, points and labels; a zero-offset shadow in the line's own color renders as a glow
    • outline — contrasting border behind lines and points, keeping the overlay legible on any background
    • imageFill — reveals a supplied UIImage through the skeleton's lines, points and labels
    • font — custom UIFont for measurement labels
    • letterSpacing — label letter spacing in ems
  • Front Pushups fitness exercise
  • Styling Demo sample app — live menu for every overlay style option

Changed

  • Overlay lines now use round caps and joins by default (previously butt caps). Set lineCap: .butt to restore the previous look.