ts-pkgx
Version:
A library & CLI for managing packages
54 lines • 1.8 kB
TypeScript
/**
* **zimg** - Scaling, colorspace conversion, and dithering library
*
* @domain `github.com/sekrit-twc/zimg`
* @version `3.0.5` (2 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install +github.com/sekrit-twc/zimg -- $SHELL -i`
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* const pkg = pantry.githubcomsekrittwczimg
* console.log(pkg.name) // "zimg"
* console.log(pkg.description) // "Scaling, colorspace conversion, and dithering l..."
* console.log(pkg.versions[0]) // "3.0.5" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/sekrit-twc/zimg.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const githubcomsekrittwczimgPackage: {
/**
* The display name of this package.
*/
name: 'zimg';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/sekrit-twc/zimg';
/**
* Brief description of what this package does.
*/
description: 'Scaling, colorspace conversion, and dithering library';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/sekrit-twc/zimg/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/pkgxdev/pantry/';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install +github.com/sekrit-twc/zimg -- $SHELL -i';
programs: readonly [];
companions: readonly [];
dependencies: readonly [];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['3.0.5', '3.0.4'];
aliases: readonly []
};
export type GithubcomsekrittwczimgPackage = typeof githubcomsekrittwczimgPackage