Closed
Description
Checklist
- I added a descriptive title
- I searched for other issues and couldn't find a solution or duplication
- I already searched in Google and didn't find any good information or help
What happened?
I can't find pyscript.media
in the API docs or in the User Guide. I also don't see a test module testing the functionality.
Additional Context
I was moving https://pyscript.com/@dyeaw/who-s-that-pokemon/ from importing js to using more of the pyscript API. I was able to get video working using the Device
and list_devices
portions of the media
module, but only by reading the module source code. Examples from other users like https://pyscript.com/@fpliger/camera-access-example/ are also using js directly.
I can work on updating the API docs, user guide, examples, and add tests.