Skip to content
Shapemetry

Io - 3MF

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

import { readThreemf, writeThreemf } from '@huukhanhnguyen/io'

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

API reference

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

readThreemf

function

readThreemf(data: Uint8Array | string): string

writeThreemf

function

writeThreemf(handle: string): Uint8Array

writeThreemfXml

function

writeThreemfXml(handle: string): string
Last updated: 📖 1 min readEdit on GitHub