UNPKG

@thi.ng/webgl

Version:

WebGL & GLSL abstraction layer

8 lines 228 B
export interface StripeOpts { size: number; col1: number; col2: number; horizontal: boolean; } export declare const stripes: (opts: Partial<StripeOpts>) => HTMLCanvasElement; //# sourceMappingURL=stripes.d.ts.map