Tangerine-Community / tangy-form

<tangy-form> is a web component for creating multipage forms. Other <tangy-*> input elements are included as well.
GNU General Public License v3.0
15 stars 3 forks source link

Makes image capture work with a max size attribute #218

Closed mikeymckay closed 3 years ago

mikeymckay commented 3 years ago

Updated the photo capture component. It looks like this:

It saves the data in jpeg format with a base64 encoding.

It attemps to take the picture with the highest possible quality and then resizes it with best practice resizing algorithms (using the built-in canvas resizer is poor quality). By default it tries to keep the size below 256kb, but this can be changed to any arbitrary size using the max-size-in-kb attribute.

There are a few tests, but they are not great.