Giter VIP home page Giter VIP logo

angular-sig-pad's Introduction

angular-sig-pad

An AngularJS directive for signature_pad

Usage

  • angular-sig-pad
<!-- minimal -->
<canvas angular-sig-pad ng-model="model"></canvas>
<!-- maximum -->
<canvas angular-sig-pad ng-model="model" angular-sig-pad-dot-size="4" angular-sig-pad-min-width="0.5" angular-sig-pad-max-width="2.5" angular-sig-pad-background-color="rgba(0,0,0,0)" angular-sig-pad-pen-color="black" angular-sig-pad-velocity-filter-weight="0.7" angular-sig-pad-off="{{readOnly}}"></canvas>
  • The attribute angular-sig-pad-dot-size is the radius (float) of a single dot.
  • The attribute angular-sig-pad-min-width is minimum width (float) of a line. Defaults to 0.5.
  • The attribute angular-sig-pad-max-width is the maximum width (float) of a line. Defaults to 2.5.
  • The attribute angular-sig-pad-background-color is the color (string) used to clear the background. Can be any color format accepted by context.fillStyle. Defaults to "rgba(0,0,0,0)" (transparent black). Use a non-transparent color e.g. "rgb(255,255,255)" (opaque white) if you'd like to save signatures as JPEG images.
  • The attribute angular-sig-pad-pen-color is the color (string) used to draw the lines. Can be any color format accepted by context.fillStyle. Defaults to "black".
  • The attribute angular-sig-pad-velocity-filter-weight is the weight (float) used to modify new velocity based on the previous velocity. Defaults to 0.7.
  • The attribute angular-sig-pad-off set to 'true' (boolean) turns off events, therefore rendering signature pad read-only.

Author

Russell Morley. MIT licensed.

More Info

angular-sig-pad's People

Contributors

russellmorley avatar ljcp avatar

Watchers

James Cloos avatar  avatar

Forkers

ljcp

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.