reagent-project / reagent-cookbook

Examples of how to accomplish specific tasks in a Reagent webapp.
MIT License
839 stars 87 forks source link

PDF.JS #33

Open Conaws opened 8 years ago

Conaws commented 8 years ago

Pdf.js is a very cool toolkit for working with pdfs online, it is packaged up in cljsjs, but unfortunately requires the use of web workers, so isn't as simple as just requiring cljsjs and going after it. To someone not too familiar with js/cljs interop this is pretty difficult, would be amazing if someone could build a recipe for this

https://github.com/mozilla/pdf.js/

manuel-uberti commented 6 years ago

Yes please! :)