Files
blockcatcher/node_modules/@capacitor/camera/dist/esm/index.js
metacryst 637c9e4674 init
2026-01-09 11:14:27 -06:00

8 lines
246 B
JavaScript

import { registerPlugin } from '@capacitor/core';
import { CameraWeb } from './web';
const Camera = registerPlugin('Camera', {
web: () => new CameraWeb(),
});
export * from './definitions';
export { Camera };
//# sourceMappingURL=index.js.map