LIP eSign library
npm install lip-esignWeb Components implementation of the LIP eSign system.
This repository is aimed mainly to developers.
Remember to whitelist the domains under 'My Account / API'
Add it to your project:
``bash`
$ npm install lip-esign
Or load the ES module directly through unpkg:
`html`
Check the demo project for more info.
You can import the components like this:
`javascript`
import { LipEsign, LipEapp, utils } from 'lip-esign';
This component will render the page for entering the signing code:
`html`
This component will render a LIP application:
`html`
##### #validate_code
`javascript``
utils.validateCode('123-123', { access_token: 'XXX' });