The zip file has to contain 2 things:

  • The images to use for the cards
  • A JSON file called employees.json

The images

For best result, the images should be portrait mode or 1:1 aspect ratio. And no larger than 2Mb each. Jpeg or png will do.

The employees.json file

The JSON file should be a list of objects with the following properties:

  • name: The name of the colleague
  • title: The work title of the colleague
  • img: The path to the image file

Example


{
  "name": "John Doe", 
  "title": "Software Engineer", 
  "img": "imageName.jpg"
}