UNPKG

@gpu-tex-enc/bc

Version:

Compressing images using the BC1 (DXT1), BC2 (DXT3), BC3 (DXT5), BC4, BC5 & BC7 texture compression standard.

4 lines (2 loc) 141 B
export type Type = 'BC1' | 'BC3' | 'BC4' | 'BC5' | 'BC7'; export function generate(input: string, type?: Type, options?: string[]): string;