0.1.2 • Published 4 years ago

react-text-signature v0.1.2

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

React text signature

npm version

This project was bootstrapped with Create React App.

Install

Using npm:

npm i --save react-text-signature

Example

<TextSignature
  className="text"
  name="signature"
  defaultImg={''}
  getImage={getImage}
  x={0}
  y={40}
  height={68}
  font='30px Arial'
/>