UNPKG

@4bitlabs/dct

Version:

Discrete cosine transform algorithms in js and ts

7 lines 339 B
import { type DiscreteCosineTransformation } from './discrete-cosine-transformation'; import { createDctOfN } from './dct-n'; export { dct, idct } from './dct'; export { createDctOfN }; export declare const DCT8: DiscreteCosineTransformation; export declare const FastDCT8: DiscreteCosineTransformation; //# sourceMappingURL=index.d.ts.map