This commit is contained in:
10
node_modules/geotiff/dist-node/compression/webimage.d.ts
generated
vendored
Normal file
10
node_modules/geotiff/dist-node/compression/webimage.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* class WebImageDecoder
|
||||
*
|
||||
* This decoder uses the browsers image decoding facilities to read image
|
||||
* formats like WebP when supported.
|
||||
*/
|
||||
export default class WebImageDecoder extends BaseDecoder {
|
||||
}
|
||||
import BaseDecoder from "./basedecoder.js";
|
||||
//# sourceMappingURL=webimage.d.ts.map
|
||||
Reference in New Issue
Block a user