MCPcopy
hub / github.com/dropzone/dropzone / loadExif

Method loadExif

src/dropzone.js:1012–1012  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

1010
1011 img.onload = () => {
1012 let loadExif = (callback) => callback(1);
1013 if (typeof EXIF !== "undefined" && EXIF !== null && fixOrientation) {
1014 loadExif = (callback) =>
1015 EXIF.getData(img, function () {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected