0.0.3 • Published 9 years ago
testContrast v0.0.3
Tenon Get Image Text
jQuery plugin for extracting the text from an image
Use
var tehText = $('#foo').getImageText();Installaton:
bower install
npm installThen you can run the tests:
npm testAnd also the linter:
gruntCoding
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.