npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@kommitters/camunda-modeler-plugin-enhanced-color-picker

v1.0.1

Published

Enhanced color picker plugin for the Camunda Modeler

Downloads

10

Readme

Enhanced color picker plugin for the Camunda Modeler

Camunda Modeler plugin that adds a flexible color picker to the toolbar, allowing you to easily apply preset colors to your BPMN elements.

Stability Badge Coverage Status OpenSSF Best Practices OpenSSF Scorecard

Description

This plugin provides a floating, draggable color picker panel that enhances the modeling experience by offering a quick way to style elements. It is particularly useful for creating heatmaps, highlighting process flows, or simply organizing your diagram with visual cues.

Enhanced color picker plugin for the Camunda Modeler

Features

  • Three Coloring Modes:
    • Fill (Background): Changes the background color of the selected element.
    • Stroke (Border): Changes the border color of the selected element.
    • Text: Changes the color of the element's label.
  • Preset Palette: A curated selection of colors arranged in a grid for consistent styling across your diagrams.
  • Custom Colors:
    • Add: Use the (+) button to pick any color. It can be done either by manually selecting it or using the HEXA or RGBA values. Click the Save button to add it to your palette.
    • Persist: Custom colors are saved locally and persist between sessions.
    • Remove: Hover over a custom color and click the 'x' to remove it individually, or click the (X) button to clear all custom colors.
  • Draggable Interface: The color picker panel can be dragged anywhere on the canvas, ensuring it's always accessible but never in the way.

Installation

  1. Download or clone this repository.
  2. Copy the camunda-modeler-plugin-enhanced-color-picker folder into the plugins directory of your Camunda Modeler installation.
    • MacOS: ~/Library/Application Support/camunda-modeler/resources/plugins
    • Windows: %APPDATA%/camunda-modeler/resources/plugins
    • Linux: ~/.config/camunda-modeler/resources/plugins
  3. Restart the Camunda Modeler.

Usage

  1. Open the Color Picker:
    • Click the "Toggle Color Picker" option in the Plugins menu.
    • Or use the keyboard shortcut: Cmd + Shift + P (Mac) or Ctrl + Shift + P (Windows/Linux).
  2. Select an Element: Click on a BPMN element in the diagram to select it.
  3. Choose a Mode: Use the icons in the color picker toolbar to switch between Fill, Stroke, or Text mode.
  4. Pick a Color: Click any color in the grid to apply it to the selected element.

Development

If you want to modify or extend the plugin, follow these steps:

Prerequisites

  • Node.js installed on your machine.

Setup

  1. Clone the repository to your local machine:
    git clone [email protected]:kommitters/camunda-modeler-plugin-enhanced-color-picker.git
    cd camunda-modeler-plugin-enhanced-color-picker
  2. Install dependencies:
    npm install

Build

  • One-time build:

    npm run client

    This bundles the client-side code into client/client-bundle.js.

  • Watch mode (for development):

    npm run dev

    This watches for changes and rebuilds the bundle automatically.

Compatibility

This plugin is compatible with Camunda Modeler versions that support bpmn-js. It uses camunda-modeler-plugin-helpers to register with the application.

Changelog

Features and bug fixes are listed in the CHANGELOG file.

Code of conduct

We welcome everyone to contribute. Make sure you have read the CODE_OF_CONDUCT before.

Contributing

For information on how to contribute, please refer to our CONTRIBUTING guide.

License

This library is licensed under an MIT license. See LICENSE for details.

Acknowledgements

Made with 💙 by kommitters Open Source