()
| 57322 | } |
| 57323 | } |
| 57324 | function getDefaultImageType() { |
| 57325 | if (IMAGE_BITMAP_SUPPORTED) return "imagebitmap"; |
| 57326 | if (IMAGE_SUPPORTED) return "image"; |
| 57327 | if (DATA_SUPPORTED) return "data"; |
| 57328 | throw new Error("Install '@loaders.gl/polyfills' to parse images under Node.js"); |
| 57329 | } |
| 57330 | |
| 57331 | },{"../utils/globals":"jsRDa","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"jsRDa":[function(require,module,exports) { |
| 57332 | var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); |
nothing calls this directly
no outgoing calls
no test coverage detected