ngp-signature-generator
Signature generator allows you to create cursive font style signature in a base64 format.
Table of contents
Features
- Allow you to specify the text for signature.
- Show the options based on settings.
- Allow to specify image height and width.
- Image will be received as base64 string.
- Allow to specify any type of font-family (Google fonts or any other).
Getting started
ngp-signature-generator
:
Step 1: Install NPM
npm i ngp-signature-generator
Step 2: Import the SignatureGeneratorModule:
; @ {}
Usage sample
Import cursive hand writing type fonts to index.html file :
Generate
{ thisSignatureText = "Ganesh Prabhu N"; thisdataSource = FontFamily: "Cedarville Cursive" FontSize: "20px" FontWeight: "bold" FontFamily: "Indie Flower" FontSize: "30px" FontWeight: "bold" FontFamily: "Kristi" FontSize: "30px" FontWeight: "bold" FontFamily: "Grand Hotel" FontSize: "30px" FontWeight: "bold" FontFamily: "Mrs Saint Delafield" FontSize: "30px" FontWeight: "bold" ; } { console; }
API
Inputs
Input | Type | Default | Required | Description |
---|---|---|---|---|
[Text] | string |
null |
yes | Text to be converted as image |
ShowSignature | boolean |
false |
no | This will hide the Signature Image On Disable and Viceversa |
ImageHeight | string |
200 |
no | Allow to specify signature image height |
ImageWidth | string |
200 |
no | Allow to specify signature image width |
DataSource | Array |
_ |
yes | Array of font type / varients for signature generation |
Outputs
Output | Description |
---|---|
(SignatureAsBase64) | Event is emitted when selected signature is generated. |
Author
License
MIT