Private/New-ASCIIArt.ps1
function New-ASCIIArt { param( $Text, $Font ) Invoke-RestMethod -Uri "https://artii.herokuapp.com/make?text=$Text" } |
function New-ASCIIArt { param( $Text, $Font ) Invoke-RestMethod -Uri "https://artii.herokuapp.com/make?text=$Text" } |