UNPKG

@threepipe/plugin-tweakpane

Version:

Tweakpane UI Plugin for ThreePipe

6 lines 414 B
import { ThreeViewer } from 'threepipe'; import { UiObjectConfig } from 'uiconfig.js'; import { TweakpaneUiPlugin } from './TweakpaneUiPlugin'; export declare const makeTextSvg2: (text: string) => string; export declare const tpImageInputGenerator: (viewer: ThreeViewer) => (parent: any, config: UiObjectConfig, renderer: TweakpaneUiPlugin, params?: any) => any; //# sourceMappingURL=tpImageInputGenerator.d.ts.map