UNPKG

@realsee/dnalogel

Version:
8 lines (7 loc) 372 B
import type { FivePlugin } from '@realsee/five'; import type { CameraMovementPluginExportType, CameraMovementPluginParameterType } from './typing'; /** * **运镜插件** 模拟类似于电影运镜效果。 */ export declare const CameraMovementPlugin: FivePlugin<CameraMovementPluginParameterType, CameraMovementPluginExportType>; export default CameraMovementPlugin;