0.0.3 • Published 10 years ago

testContrast v0.0.3

Weekly downloads
10
License
Private
Repository
github
Last release
10 years ago

Tenon Get Image Text

Build Status

jQuery plugin for extracting the text from an image

Use

var tehText = $('#foo').getImageText();

Installaton:

bower install
npm install

Then you can run the tests:

npm test

And also the linter:

grunt

Coding

Please be sure to rename various files like tests.js and example-1.html to something relevant. Don't leave the word "example" everywhere.

Plugin code is in src/, and must be in ES5. Test code is in test/ and can be ES6.