@fieldnotes/core 0.8.0 → 0.8.1

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
@@ -2012,6 +2012,7 @@ function loadImages(elements) {
2012
2012
  };
2013
2013
  for (const el of imageElements) {
2014
2014
  const img = new Image();
2015
+ img.crossOrigin = "anonymous";
2015
2016
  img.onload = () => {
2016
2017
  cache.set(el.id, img);
2017
2018
  done();
@@ -3926,7 +3927,7 @@ var UpdateLayerCommand = class {
3926
3927
  };
3927
3928
 
3928
3929
  // src/index.ts
3929
- var VERSION = "0.8.0";
3930
+ var VERSION = "0.8.1";
3930
3931
  // Annotate the CommonJS export names for ESM import in node:
3931
3932
  0 && (module.exports = {
3932
3933
  AddElementCommand,