UNPKG

messonry

Version:

A messy grid layout library for React. Like a masonry layout; except that it crops images as little as possible, and displays them as close to their original aspect ratio as possible.

4 lines (3 loc) 225 B
import { getAspectRatio, SupportedAspectRatio, Dimensions } from "./getAspectRatio"; import { GRID_STYLE, RATIO_STYLES } from "./styles"; export { getAspectRatio, SupportedAspectRatio, Dimensions, GRID_STYLE, RATIO_STYLES };