Tarektouati / vue-use-web

🕸 Web APIs implemented as Vue.js composition functions
https://tarektouati.github.io/vue-use-web/
MIT License
753 stars 42 forks source link

Add web camera api #3

Open patrickmonteiro opened 4 years ago

patrickmonteiro commented 4 years ago

Hello! I have a project very similar to yours, and I found yours very interesting. How about adding the camera api too? Here in my repository I have the example I did: https://github.com/patrickmonteiro/quasar-web-apis

You can view a demo online: https://quasar-web-apis.surge.sh/

andreav commented 4 years ago

+1 and congrats for this interesting repo!

logaretm commented 4 years ago

Looks cool, thank you!

I have implemented a draft here #2 unfortunately I'm still experimenting with better ways to handle similar APIs that do not return "reactive" things.