Skip to content

Commit ee34de8

Browse files
committed
refactor: 撤销 Flip 方法
1 parent d6d62b7 commit ee34de8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/BootstrapBlazor/Components/Camera/Camera.razor.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,6 @@ protected override async Task OnAfterRenderAsync(bool firstRender)
153153
/// <returns></returns>
154154
public Task Resize(int width, int height) => InvokeVoidAsync("resize", Id, width, height);
155155

156-
/// <summary>
157-
/// 反转摄像头方法
158-
/// </summary>
159-
/// <returns></returns>
160-
public Task Flip() => InvokeVoidAsync("flip", Id);
161-
162156
/// <summary>
163157
/// 初始化设备方法
164158
/// </summary>

0 commit comments

Comments
 (0)