This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
James Brundage | MVP
mrpowershell.com
did:plc:hlchta7bwmobyum375ltycg5
Just dropped a little #CSS #SVG gradient generator module
https://github.com/PowerShellWeb/Gradient
#Example :
$gradient = Gradient '#4488ff', '#224488'
"<html><style>"
"body { max-width: 100vw; width: 100vh; background:$gradient}"
"</style></html>" > ./gradient.html
#PowerShell #WebDev #FTW
2025-12-29T22:18:06.835Z