@frybynite/image-cloud 0.6.4 → 0.7.0

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/vue.d.ts CHANGED
@@ -757,12 +757,10 @@ declare class ImageCloud {
757
757
  /**
758
758
  * Create appropriate image loader based on config
759
759
  * Processes loaders array, merges shared config, wraps in CompositeLoader if needed
760
- * Uses dynamic imports to trigger loader registration and enable tree-shaking
761
760
  */
762
761
  private createLoader;
763
762
  /**
764
763
  * Create a single loader from a LoaderEntry, merging shared config
765
- * Uses dynamic imports to trigger loader registration and enable tree-shaking
766
764
  */
767
765
  private createLoaderFromEntry;
768
766
  /**