I see that the package will respect a user's UIAccessibility.isReduceMotionEnabled setting and only show the frame that's tagged with a reducedMotionMarker when it's on. It would be great if the package could also respect a user's AccessibilitySettings.animatedImagesEnabled setting and only show the frame that's tagged with a reducedMotionMarker when it's off. Ideally, the reducedMotionMarker frame would be shown when UIAccessibility.isReduceMotionEnabled || !AccessibilitySettings.animatedImagesEnabled.