UNPKG

three

Version:

JavaScript 3D library

14 lines (12 loc) 210 B
import { Uniform } from '../../../src/Three'; export const PixelShader: { uniforms: { tDiffuse: Uniform; resolution: Uniform; pixelSize: Uniform; }; vertexShader: string; fragmentShader: string; };