Skip to content

Encoder

Overview

The encoder module provides functionality for encoding data in various formats.

Usage

typescript
import { encode } from 'jpgx'

// Example usage
const encoded = encode(data)

API Reference

  • encode(data: any): string
  • encodeWithOptions(data: any, options: EncodeOptions): string

Examples

[Add specific examples from your encoder.ts implementation]

Released under the MIT License.