Abbey Hawk Sparrow

Results 24 comments of Abbey Hawk Sparrow

If you are compiling from source, you'll need the dependencies from canvas(mostly cairo): https://www.npmjs.com/package/canvas . If not please let me know what type of system/os you are on.

Both should work. The library is in the midst of a total rewrite for 3.0, my guess is src is a regression which hasn't been caught. Added to my list...

If you are using types that means you are using https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ascii-art which would be the place to correct it. During the 3.x lifecycle we will support compiling a type definition...

The color palette defaults to 4bit color (16 colors) you'll need to change your color depth to get more colors If you want 256 coors: ```javascript var Color = require('ascii-art-ansi/colors');...

Thanks for your report, these will be upgraded or removed in the coming 3.0 release. Regarding the specifics of the report though: ascii art only uses d3-color in the d3...

You can see the more sgnificant update [here](https://github.com/khrome/procedural-layouts), which I'd be happy to discuss, but is a major change to the project and not something I'd just throw a PR...

The library is pure javascript, it will happily work with react provided you have a loader that works in common js or you provide a shim that provides equivalent functionality....

The code was developed with a Magtek USB wedge reader, but I believe any of the non-serial readers will work (this expects keyboard "wedge" input, which is seen as standard...

When I originally answered this question, I assumed this was a mobile solution or a localhost kiosk... It's worth noting that transmitting track1 & track2 data across a WAN is...

This mostly intended for 'wedge' input (comes in as keyboard input). That said, you could easily wire it to anything just by piping the stream of characters into the scanner....