New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

modern-signature-plugin

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modern-signature-plugin

A React signature pad component

latest
npmnpm
Version
0.1.1
Version published
Maintainers
0
Created
Source

Readme

This is a Chinese handwritten signature plugin developed using TypeScript+TailwindCSS. Here is the Demo. You can install it in your own project using the following command:

npm i modern-signature-plugin

To enable Tailwind styles, please import the styles from the plugin into your main CSS file:

@source "../node_modules/modern-signature-plugin";

Then you will have a fully functional handwritten signature component.

Here's how to use this plugin:

<SignaturePad
	width={500}
	height={300}
	initialStrokeColor="#000000"
	initialStrokeWidth={2} // 1-10
	backgroundColor="transparent" // transparent | black | white
/>

The code above contains the default options. You can change them or omit these options.

FAQs

Package last updated on 30 Jul 2025

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