Commit Graph

5 Commits

Author SHA1 Message Date
Marvin Sextro d1da98a9e4 Improve add to wallet button 2021-12-25 23:58:45 +01:00
iBobo 1949060709
Support JPEG and other image formats; remove pngjs dependency (#93)
* Support JPEG and other image formats; remove pngjs

By using native Canvas to render images it was possible to remove
dependency on external libraries to support image formats while
supporting more formats like JPEG, GIF and WEBP for the QR image

* Constrain images to 2 Mpx

Co-authored-by: Marvin Sextro <marvin.sextro@gmail.com>
2021-09-03 14:05:18 +02:00
Hauke Tönjes 11d739b473
New color selector
- Use headless-ui radio menu for the selector
- Use enum for colors
- Design is WIP
2021-07-28 14:28:45 +02:00
Marvin Sextro e9b2ccb6a8 Prepare for localization 2021-07-02 20:55:26 +02:00
Hauke Tönjes 0aa4e32469
Transition to typescript
- Moved all logic to typescript
- Code cleanup
- Moved logic out of Form Component
2021-07-01 00:49:05 +02:00