@uppy/webcam
Version:
Uppy plugin that takes photos or records videos using the device's camera.
9 lines • 316 B
TypeScript
import type { I18n } from '@uppy/utils/lib/Translator';
import { h } from 'preact';
interface SnapshotButtonProps {
onSnapshot: () => void;
i18n: I18n;
}
export default function SnapshotButton({ onSnapshot, i18n, }: SnapshotButtonProps): h.JSX.Element;
export {};
//# sourceMappingURL=SnapshotButton.d.ts.map