This experimental module reimplements the focal_point crop widget by forking it and extending image_widget_crop's widget instead of the standard image field widget. The result is a form widget that supports both focal_point and image_widget_crop concurrently.

Because these modules interact with the crop system and various cropping assets in interesting ways, and because this module essentially forks all of focal_point's widget code, it may become hard to maintain or be prone to errors as each module changes its implementation.