UNPKG

bigger-picture

Version:

Javascript photo / video / iframe / html lightbox gallery

14 lines (12 loc) 269 B
import BiggerPicture from './bigger-picture.svelte' /** * Initializes BiggerPicture * @param {{target: HTMLElement}} options * @returns BiggerPicture instance */ export default function (options) { return new BiggerPicture({ ...options, props: options, }) }