Skip to content
Shapemetry

Io - PLY

API reference — the PLY doors of @huukhanhnguyen/io: readers, writers and their option / result types, all on this page.

import { readPly, writePly } from '@huukhanhnguyen/io'

Source: ./ply. See all formats or the Guide.

API reference

Signatures are generated from the live package .d.ts - not hand-written.

readPly

function

readPly(data: Uint8Array | string): string

writePly

function

writePly(handle: string, format: "ascii" | "binary"): Uint8Array | string
Last updated: 📖 1 min readEdit on GitHub