UNPKG

react-images-extended-2-stable

Version:

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

6 lines (5 loc) 110 B
const showLogs = true; export function debuginfo(message) { if (showLogs) console.log(message); }