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.

6 lines (5 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MessonryGrid = void 0; const MessonryGrid_1 = require("./components/MessonryGrid"); Object.defineProperty(exports, "MessonryGrid", { enumerable: true, get: function () { return MessonryGrid_1.MessonryGrid; } });