mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 00:55:51 +00:00
c58532aeac
This commit puts all import related stuff into the import module. The core module remains as an entry point to require the basic modules needed by bpmn-js. At the time this is { import, draw }.
4 lines
116 B
JavaScript
4 lines
116 B
JavaScript
module.exports = {
|
|
renderer: [ 'type', require('./BpmnRenderer') ],
|
|
pathMap: [ 'type', require('./PathMap') ]
|
|
}; |