Skip to content

alignops/ember-jsignature

Repository files navigation

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