testContrast
v0.0.3
Published
Tenon Contrast
Downloads
3
Readme
Tenon Get Image Text
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.