UNPKG

@capacitor-community/media

Version:

Capacitor plugin for saving and retrieving photos and videos, and managing photo albums.

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