UNPKG

react-images-extended-2

Version:

A simple, responsive lightbox component for displaying an array of images with React.js with extended features

6 lines (4 loc) 110 B
const showLogs = false; export function debuginfo(message: string) { if (showLogs) console.log(message); }