photomosaic
v1.0.1
Published
Grid layout for images
Downloads
16
Readme
Grid layout for images
Installation
npm install photomosaic
Running
import PhotoMosaic from 'photomosaic'
new PhotoMosaic('photomosaic', { editable: false }, [
'photos/1.jpg',
'photos/2.jpg',
'photos/3.jpg',
...
]);