1.0.2 • Published 2 years ago

oms-diagram-js v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

As of version 1.0.0 this library exposes ES modules. Use an ES module aware bundler such as Webpack or Rollup to bundle it for the browser.

oms-diagram-js

Based on diagram-js@6.8.1.

ChangeLogs:

  • 1.0.0 基于diagram-js@6.8.1定制OMS的绘图工具,环境初始化,调整package.json "files" 字段; 优化近距离连接操作体验(减小各种操作阈值)
  • 1.0.1 修复依赖错误问题
  • 1.0.2 修复依赖错误问题

diagram-js README.md

Build Status

A toolbox for displaying and modifying diagrams on the web.

Built with diagram-js

Some libraries / applications built on top of diagram-js:

Part of bpmn.io

External

Resources

Hacking the Project

To get the development setup make sure to have NodeJS installed. As soon as you are set up, clone the project and execute

npm install

Testing

Execute npm run dev to run the test suite in watch mode.

Expose an environment variable TEST_BROWSERS=(Chrome|Firefox|IE) to execute the tests in a non-headless browser.

Package

Execute npm run all to lint and test the project.

Note: We do not generate any build artifacts. Required parts of the library should be bundled by modelers / viewers as needed instead.

License

MIT