PX2PS.psd1
|
@{ RootModule = 'PX2PS.psm1' ModuleVersion = '2026.4.142151' GUID = 'a5b9e8c7-d4f1-4a2b-9c3d-1e2f3a4b5c6d' Author = 'Jake Hildreth' CompanyName = 'Gilmour Technologies, Ltd' Copyright = '(c) 2026 Jake Hildreth, Gilmour Technologies Ltd. All rights reserved.' Description = 'Converts Pixquare .px, Piskel .piskel, and Aseprite .ase/.aseprite files to terminal pixel graphics using ANSI True Color' PowerShellVersion = '5.1' FunctionsToExport = @('Convert-PX2PS') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @('px2ps') PrivateData = @{ PSData = @{ Tags = @('PixelArt', 'Terminal', 'ANSI', 'Graphics', 'Pixquare', 'Piskel', 'Aseprite') LicenseUri = 'https://github.com/jakehildreth/PX2PS/blob/main/LICENSE' ProjectUri = 'https://github.com/jakehildreth/PX2PS' ReleaseNotes = 'Added Aseprite .ase/.aseprite format support.' } } } |