UNPKG

@react-three/drei

Version:

useful add-ons for react-three-fiber

12 lines (11 loc) 386 B
import * as React from 'react'; export type AsciiRendererProps = { renderIndex?: number; bgColor?: string; fgColor?: string; characters?: string; invert?: boolean; color?: boolean; resolution?: number; }; export declare function AsciiRenderer({ renderIndex, bgColor, fgColor, characters, invert, color, resolution, }: AsciiRendererProps): React.JSX.Element;