8000 GitHub - jacklotusho/signature-pad-1: Add a signing pad to your website or app.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jacklotusho/signature-pad-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

signature-pad

Add a signing pad to your website or app. Try the demo.

<script src='/path/to/signature-pad.min.js'></script>

signature-pad

Usage

Place a script tag containing the path to signature-pad.js wherever you want the signature pad to be displayed.

<script src='/path/to/signature-pad.min.js'></script>

Events

signature_pad.data_url

Bind to the signature_pad.data_url event to get a png data_url of the signature.

<script type="text/javascript"> 
  signature_pad.bind('signature_pad.data_url', function(result) {
    console.log('signature_pad.data_url', result);
  });
</script>

Development Setup

Edit only files under /src directory. Then run the following to generate the /build directory.

npm install
grunt

Visit http://localhost:3000 to test out your changes.

About

Add a signing pad to your website or app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • CoffeeScript 2.5%
  • HTML 0.6%
0