UNPKG

p5.asciify-accurate-renderer-plugin

Version:

A p5.asciify renderer plugin that converts textures into accurate ASCII representations.

4 lines (3 loc) 328 B
export declare const generateCharacterSelectionShader: (sampleSize: number) => string; export declare const generateBrightnessSampleShader: (samplesPerRow: number, samplesPerColumn: number) => string; export declare const generateColorSampleShader: (numSlots: number, samplesPerRow: number, samplesPerColumn: number) => string;