Mobbeel for developers

Mobbeel for developers

  • MobbScan
  • MobbID
  • MobbSign
  • Clients
  • FAQ

›Customize UI

MobbSign Web SDK

  • Overview
  • Integrate via NPM
  • Configure

Usage

  • Load a document
  • Sign a document
  • Finish the process
  • Error handling
  • Listening events

Customize UI

  • Customize action buttons
  • Customize signature stroke
  • Adding languages

Help

  • API reference
  • Changelog
  • Migration guides

Customize signature stroke

Since version 2.1.0 of the MobbSign Web component, it is possible to customize the color and width of the signature stroke.

To achieve this, you need to define the customization object into the MobbSign configuration object, with the following structure:

const config = {
  // Rest of parameters
  customization: {
    ...,
    stroke: { width: 2, color: '#fa2929' }
  }
};

new MobbSign(config).then(mobbsign => {
  console.log("This is my initialized MobbSign instance", mobbsign);
});

Where width is the stroke width (1 by default) and color is the stroke color, HEX format. The default signature stroke color is #1E1E99.

An example

The result of signing with the above customization is the following:

signature-stroke-customization

← Customize action buttonsAdding languages →
  • An example
Mobbeel for developers
Product Documentation
MobbIDMobbScanMobbSign
Connect
LinkedInFacebookX
More
FAQContact Us
Mobbeel Solutions SL
Copyright © 2025 Mobbeel Solutions SL