cozmo / jsQR

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
https://cozmo.github.io/jsQR/
Apache License 2.0
3.64k stars 602 forks source link

Deno Enablement #189

Open michael-spengler opened 3 years ago

michael-spengler commented 3 years ago

https://deno.land/ https://www.skypack.dev/search?q=jsqr

Screen Shot 2020-09-05 at 7 34 31 PM

cozmo commented 3 years ago

Thanks for the PR - Quick question though - I think the module field is used for any es6 module tool, and as such should be a reference to a JS file? Else the user will need to have typescript in their build chain for this to work? Perhaps it should set to "./dist/jsQR.js", like the main field above is?

I'm not totally sure on how Deno works though, so please correct me if I'm wrong?

cozmo commented 2 years ago

@michael-spengler is this PR still active?

houd1ni commented 1 year ago

@cozmo looks like not, and this pr is only one liner.