Curated Examples
Example QR01
Source-owned example maintained with PSWriteHTML.
- Source repository: https://github.com/EvotecIT/PSWriteHTML
- Example group:
Example-QR
Import-Module .\PSWriteHTML.psd1 -Force
New-HTML -Online -FilePath $PSScriptRoot\Example-QR01.html {
New-HTMLQRCode -Link 'https://evotec.xyz'
} -ShowHTML