# capacitor-plugin-camera-preview **Repository Path**: 3433/capacitor-plugin-camera-preview ## Basic Information - **Project Name**: capacitor-plugin-camera-preview - **Description**: 相机预览插件相机预览插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-02 - **Last Updated**: 2022-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # capacitor-plugin-camera-preview 相机预览 ## Install ```bash npm install capacitor-plugin-camera-preview npx cap sync ``` ## API * [`echo(...)`](#echo) ### echo(...) ```typescript echo(options: { value: string; }) => Promise<{ value: string; }> ``` | Param | Type | | ------------- | ------------------------------- | | **`options`** | { value: string; } | **Returns:** Promise<{ value: string; }> --------------------