@fieldnotes/core 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -2018,8 +2018,7 @@ function loadImages(elements) {
2018
2018
  done();
2019
2019
  };
2020
2020
  img.onerror = done;
2021
- const sep = el.src.includes("?") ? "&" : "?";
2022
- img.src = `${el.src}${sep}_cors=1`;
2021
+ img.src = el.src;
2023
2022
  }
2024
2023
  });
2025
2024
  }