| 31 | >; |
| 32 | |
| 33 | export interface DecodeBmpOptions { |
| 34 | toRGBA?: boolean; |
| 35 | } |
| 36 | |
| 37 | function encode(image: Bitmap, options: EncodeOptions = {}) { |
| 38 | scan( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…