react-playground
    Preparing search index...

    Function ZoomerWithinSize

    • ZoomerWithinSize component that adjusts the zoom level of its children to fit within the specified width and height. It uses a binary search algorithm to find the optimal zoom level.

      Parameters

      • props: { children: ReactNode; height: number; width: number }

      Returns Element