Skip to content

Decoder

Overview

The decoder module handles data decoding operations.

Usage

typescript
import { decode } from 'jpgx'

// Example usage
const decoded = decode(encodedData)

API Reference

  • decode(data: string): any
  • decodeWithOptions(data: string, options: DecodeOptions): any

Examples

[Add specific examples from your decoder.ts implementation]

Released under the MIT License.