ember-smoother-signature

0.11.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i ember-smoother-signature

Weekly Downloads

6

Version

0.11.0

License

MIT

Unpacked Size

9.71 kB

Total Files

11

Last publish

Collaborators

  • sacarino