-
Notifications
You must be signed in to change notification settings - Fork 4
Images
Andreas Fast edited this page Feb 16, 2016
·
3 revisions
Place images anywhere on the document to provide a richer experience for your exported map.
The images property should be an array of the following items:
-
pathis the path to an image file or a url to an image. -
positionis the position{x: 50, y: 50}at which the image will be printed. -
options => fitin case you want to fit the image in a certain boxfit: {width: 25, height: 25}.
images: [{
path: './file.png', # can be a url
position: {x: 50, y: 50 },
options: {
fit: {
width: 25,
height: 25
}
}
}]