This commit is contained in:
Andras Schmelczer 2026-05-31 14:29:43 +01:00
parent 5bdf68eabd
commit d5aa9c43bb
15 changed files with 166 additions and 285 deletions

View file

@ -1,5 +1,4 @@
import './index.scss';
import { photos } from './generated/photos';
import { PhotoGallery, requiredElement } from './photos';
document.documentElement.classList.add('js');
@ -12,7 +11,6 @@ const toggle = requiredElement<HTMLButtonElement>(
);
new PhotoGallery({
photos,
gallery,
frame,
toggle,