| 2 | import { Format } from "@jimp/types"; |
| 3 | |
| 4 | export interface JPEGOptions { |
| 5 | quality?: number; |
| 6 | } |
| 7 | |
| 8 | export interface DecodeJpegOptions { |
| 9 | useTArray?: false; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…