UNPKG

@capacitor-community/photoviewer

Version:

PhotoViewer table images with fullscreen and sharing capabilities

7 lines 262 B
import { registerPlugin } from '@capacitor/core'; const PhotoViewer = registerPlugin('PhotoViewer', { web: () => import('./web').then((m) => new m.PhotoViewerWeb()), }); export * from './definitions'; export { PhotoViewer }; //# sourceMappingURL=index.js.map