Where are the element images for task, start etc. placed in bpmn js seed example

I am trying to add custom elements in bpmn-js seed project located here https://github.com/bpmn-io/bpmn-js-seed

I want to know where the images for the existing elements being placed. Please help.

Hi,

the seed project comes with a packaged version of the modeler. In order to introduce your own custom elements you would have to customize the modeler. There is an example project demonstrating how to achieve that. This will get you started.

Cheers