nikini / ionic-gallery-modal

Ionic Gallery Modal (to show all your photos)
166 stars 80 forks source link

how can i show base64Image with this component? #29

Closed milanjya closed 7 years ago

milanjya commented 7 years ago

how can i show base64Image with this component?

nikini commented 7 years ago

Seen as you can use it like this:

{
  photos: Array[{ url: string }],
  closeIcon: string,
  initialSlide: number,
}

just use a url as you would normally use a url like this data:image/png;base64,iVBORw0KGgo