Skip to content

There was a comma missing in the variable data in ReadMe.md#3

Open
codewithshinde wants to merge 1 commit into
th317erd:mainfrom
codewithshinde:patch-1
Open

There was a comma missing in the variable data in ReadMe.md#3
codewithshinde wants to merge 1 commit into
th317erd:mainfrom
codewithshinde:patch-1

Conversation

@codewithshinde

Copy link
Copy Markdown
var data = [
  {
    // Path to image on file system
    // mimeType is required when loading images from the file system
    type: 'image',
    path: './assets/printer-image.png',
    mimeType: 'image/png',
  }, // Added
  {
    // Add your object properties here
  }
];

There was a comma missing in the variable data

var data =[
....,
    {
      // Path to image on file system
      // mimeType is required when loading images from the file system
      type:     'image',
      path:     './assets/printer-image.png',
      mimeType: 'image/png',
    }, // Added
{
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant