This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| module.exports = { | |
| theme: { | |
| screens: { | |
| sm: '1081px', | |
| md: '1281px', | |
| lg: '1441px', | |
| xl: '1601px', | |
| }, | |
| colors: { | |
| 'transparent': 'transparent', |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>JS in-browser barcode reader</title> | |
| <style type="text/css"> | |
| body > div { | |
| position: relative; | |
| width: 320px; height: 240px; | |
| } | |
| video { position: absolute; top: 0; left: 0; width: 320px; height: 240px; } |