
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
bpmn-js-extend
Advanced tools
A bpmn 2.0 toolkit and web modeler , 修改初始版本 屏蔽 节点图标 工具栏一下功能 0.20.7(原来)---修改为---> 1.20.7 版本; 1.20.8 修改多处的工具条按钮去掉,1.20.9 增加泳道 1.20.10 修改默认新增节点=用户节点
The project is still in an early stage. Documentation may be missing and examples may be broken.
bpmn-js is a BPMN 2.0 diagram rendering toolkit and web modeler.
No need for additional setup: Try out our seed project or use the pre-packaged version of the library.
Get the library via npm or Bower and use it in your web applications to display BPMN 2.0 diagrams.
var BpmnViewer = require('bpmn-js');
var xml; // my BPMN 2.0 xml
var viewer = new BpmnViewer({ container: 'body' });
viewer.importXML(xml, function(err) {
if (err) {
console.log('error rendering', err);
} else {
console.log('rendered');
}
});
You may attach or detach the viewer dynamically to any element on the page, too:
var viewer = new BpmnViewer();
// attach it to some element
viewer.attachTo('#container');
// detach the panel
viewer.detach();
Fetch bpmn-js prebuilt or install it via npm.
The bower-bpmn-js repository contains pre-built bundles of bpmn-js.
Download them directly or fetch them with Bower:
bower install bpmn-js
Checkout the example project to get started.
Fetch the library via npm to get fine grained access to the parts you need:
npm install --save bpmn-js
Make sure you use browserify or the like to bundle your project and bpmn-js for the browser.
Checkout the example project to learn more.
Perform the following steps to build the library, including running all tests:
cd bpmn-js
npm install
npm run all
You may need to perform additional project setup when building the latest development snapshot.
Please checkout our contributing guidelines if you plan to file an issue or pull request.
bpmn-js builds on top of a few additional powerful tools:
Use under the terms of the bpmn.io license.
FAQs
A bpmn 2.0 toolkit and web modeler , 修改初始版本 屏蔽 节点图标 工具栏一下功能 0.20.7(原来)---修改为---> 1.20.7 版本; 1.20.8 修改多处的工具条按钮去掉,1.20.9 增加泳道 1.20.10 修改默认新增节点=用户节点
We found that bpmn-js-extend demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.