Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 521 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 521 Bytes

dmn-migrate

CI

Migrate your DMN diagrams to the latest DMN version (currently DMN 1.3).

Usage

const { migrateDiagram } = require('@bpmn-io/dmn-migrate');

const migratedXML = await migrateDiagram(dmn11XML);

See also

License

MIT