bensonruan / webcam-easy

javascript access webcam stream and take photo
https://bensonruan.com/how-to-access-webcam-and-take-photo-with-javascript
MIT License
241 stars 110 forks source link

Fix spelling of enviroment #57

Open daddepledge opened 7 months ago

daddepledge commented 7 months ago

environment was spelled incorrectly as enviroment this causes calls to getVideoConstraints to not work as intended.

This code has been an absolute life saver for me, thank you very much.