Distribute weighted rectangles in a rectangle
npm install squarify-layoutTo support treemap layout modules, this library sizes and arranges
rectangles on a plane according to scalar values that represent the
desired surface area of each item.
``typescript``
import { SquarifyLayout } from 'squarify-layout';