@formio/esignature
v1.1.0
Published
eSignature components for form.io
Readme
Reporting module
This module contains the esignature components for form.io.
Usage
import { Formio } from 'formiojs';
import esignature from '@formio/esignature';
Formio.use(esignature);You also need to include styles from the '/node_modules/@formio/esignature/esignature.css' into your project to make all the components work correctly.
Using HTML
<link rel="stylesheet" type="text/css" href="node_modules/@formio/esignature/esignature.css">Using SCSS
@import '~@formio/esignature/esignature.css';