cryptographix / pcsc-deno

Deno FFI binding to the PCSC API
MIT License
1 stars 3 forks source link

Class Reader documentation? #5

Closed LudovicRousseau closed 2 years ago

LudovicRousseau commented 2 years ago

The README.md does not document the Reader class.

Methods like .connect(), .name, .status, etc. should be documented.

cryptographix commented 2 years ago

Improved docs, added an example that can be easily run:

deno run --unstable --allow-ffi https://deno.land/x/pcsc/examples/select-mf.ts