UNPKG

three

Version:

JavaScript 3D library

12 lines (10 loc) 171 B
import { Uniform } from '../../../src/Three'; export const TechnicolorShader: { uniforms: { tDiffuse: Uniform; }; vertexShader: string; fragmentShader: string; };