Initial project import
This commit is contained in:
11
node_modules/@react-three/drei/core/AsciiRenderer.d.ts
generated
vendored
Normal file
11
node_modules/@react-three/drei/core/AsciiRenderer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user