cloudinary / cloudinary-svelte

Cloudinary components library for Svelte
MIT License
17 stars 3 forks source link

Error adding image to svelte app #1

Closed wayne-o closed 4 years ago

wayne-o commented 4 years ago

Getting this:


    at mount_component (index.mjs:1170)
    at Object.mount [as m] (productGrid.svelte:132)
    at Object.mount [as m] (productGrid.svelte:130)
    at Object.mount [as m] (productGrid.svelte:126)
    at Object.update [as p] (productGrid.svelte:117)
    at update (index.mjs:586)
    at flush (index.mjs:561)```
wayne-o commented 4 years ago

Even using the demo tag fails with the same error :/


      cloud_name="demo"
      public_id="sample"
      transformation="{[
        { width: 400, height: 400, gravity: 'face', radius: 'max', crop: 'crop' },
        { width: 200, crop: 'scale' }
      ]}"
    />```
ghost commented 4 years ago

Hi @wayne-o, I couldn't reproduce this, can you please share your project or code ?