0.11.0 • Published 7 years ago

ember-smoother-signature v0.11.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

ember-smoother-signature

Ember Observer Score npm version Code Climate Issue Count

This addon is a wrapper for the excellent signature_pad library.

Works great on a desktop...

Desktop

...or on a mobile device!

Mobile

Installation

Install this addon using ember-cli:

ember install ember-smoother-signature

Usage

Use ember-smoother-signature in your template:

{{signature-pad
    submit=(action 'YOUR_ACTION')
    back=(action 'YOUR_ACTION')
}}

DISCLAIMER: If you look at signature_pad, it has many more options.

We'll incorporate all that soon, but if you have time on your hands then feel free to submit a PR!

Contributing

Installation

  • git clone this repository
  • cd ember-smoother-signature
  • npm install

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.

0.11.0

7 years ago

0.10.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago