@yogiswara/honcho-editor-ui 1.0.15 → 1.0.17

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.
@@ -275,6 +275,8 @@ export function useHonchoEditor(controller, initImageId, firebaseUid) {
275
275
  ? gallery.raw_edited.path
276
276
  : gallery?.download?.path;
277
277
  if (imagePath) {
278
+ console.log("Test Image Path", imagePath);
279
+ console.log("Test gallery Path", { ...gallery });
278
280
  await loadImageFromUrl(imagePath);
279
281
  }
280
282
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yogiswara/honcho-editor-ui",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "description": "A complete UI component library for the Honcho photo editor.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",