iditacards/others.cue

15 lines
201 B
CUE

// Iditacards other asset specification
images: [...string]
documents: [string]: #Dimensions
pseudoassets: {
for image, path in images {
"\(image)": {
kind: "image"
source: path
}
}
}