1.0.0 • Published 6 years ago

ember-jsignature v1.0.0

Weekly downloads
10
License
MIT
Repository
github
Last release
6 years ago

ember-jsignature

Build Status npm version Ember Observer Score Ember badge Code Climate Test Coverage Issue Count

ember cli addon for jSignature

Installation

Install this addon using ember-cli (NOTE: Version 2.8 and up supported):

ember install ember-jsignature

Usage

Use ember-jsignature in your template:

{{ember-jsignature
	exportFormat='native'
	color=color
	background-color=backgroundColor
	decor-color=lineColor
	showUndoButton=showUndoButton
	lineWidth=lineWidth
	width="100%"
	height="100%"
	command=command
	changeListener=(action "onChange")}}

Documentation

Information for using jSignature

jSignature git repo

Contributing

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

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

License

MIT License

1.0.0

6 years ago

0.5.0

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.1.0

7 years ago

0.1.1

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago