Skip to content

tidbyt.com

Build apps for pixel-based displays ✨

Package Information

  • Domain: tidbyt.com
  • Name: tidbyt.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install pixlet

Programs

This package provides the following executable programs:

  • pixlet

Aliases

This package can also be accessed using these aliases:

  • pixlet

Available Versions

Show all 20 versions
  • 0.34.0, 0.33.5, 0.33.4, 0.33.3, 0.33.2
  • 0.33.1, 0.33.0, 0.32.7, 0.32.6, 0.32.5
  • 0.32.4, 0.32.3, 0.32.2, 0.32.1, 0.32.0
  • 0.31.0, 0.30.2, 0.30.1, 0.30.0, 0.29.1

Latest Version: 0.34.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +tidbyt.com@0.34.0 -- $SHELL -i

Dependencies

This package depends on:

  • google.com/webp^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.tidbytcom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.