Socket
Socket
Sign inDemoInstall

@bpmn-io/element-templates-icons-renderer

Package Overview
Dependencies
Maintainers
9
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpmn-io/element-templates-icons-renderer

A bpmn-js extension to render element templates icons.


Version published
Weekly downloads
4.2K
increased by35.75%
Maintainers
9
Weekly downloads
 
Created
Source

@bpmn-io/element-templates-icons-renderer

CI

A bpmn-js extension to render element templates icons.

Screenshot

Use Extension

Install via npm:

npm install @bpmn-io/element-templates-icons-renderer

Use in your bpmn-js powered editor:

import ElementTemplatesIconsRenderer from '@bpmn-io/element-templates-icons-renderer';

const viewer = new BpmnViewer({
  additionalModules: [
    ...,
    ElementTemplatesIconsRenderer
  ]
});

In case you want to model with the element template icons, make sure you include the underlying zeebe-bpmn-moddle descriptors.

import zeebeModdle from 'zeebe-bpmn-moddle/resources/zeebe.json';

const modeler = new BpmnModeler({
  additionalModules: [
    ...,
    ElementTemplatesIconsRenderer
  ],
  moddleExtensions: {
    zeebe: zeebeModdle
  }
});

Run locally

To run the renderer example, execute:

npm start

Resources

Keywords

FAQs

Package last updated on 30 Sep 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc