Skip to content

yell0wd0g/mediacapture-image

 
 

Repository files navigation

Image Capturing for the Web 📷 Build Status

This document specifies methods and camera settings to produce photographic image capture.

Specification and Samples

Notes on bikeshedding 🚴

To compile index.bs into index.html , I'm using the online compiler:

curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F force=1 > index.html

if the produced file has a strange size (i.e. zero, a few KBs), then something went terribly wrong; run instead:

curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F output=err

and try to figure out why bikeshed did not like the .bs :'(

About

Mediastream Image Capture

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%