strangepants |
Freelance web developer, unrepentant caffeine addict, husband to an environmentalist. Ex-Fiji wanderer. |
Tobias Schneider (of Gordon fame) has written a barcode scanner in JavaScript in response to Remy Sharp’s request on Twitter (only yesterday). It uses canvas to read the pixels from an image, and prints out the UPC code that the barcode represents. Since JavaScript doesn’t normally have…