Skip to content

Commit

Permalink
Update images.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 authored Mar 26, 2022
1 parent 8320f69 commit 740135f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/document-definition-object/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ var docDefinition = {
image: 'myImageDictionary/image1.jpg'
},
{
// in browser is supported loading images via url from reference by name in images
// is supported loading images via url from reference by name in images
image: 'snow'
},
],

images: {
mySuperImage: 'data:image/jpeg;base64,...content...',

// in browser is supported loading images via url (https or http protocol)
// is supported loading images via url (https or http protocol)
snow: 'https://picsum.photos/seed/picsum/200/300'
}
};
```
```

0 comments on commit 740135f

Please sign in to comment.