Skip to main content
Module

x/obj/mod.ts>ParseOptions

🌊 A simple wavefront obj and mtl parser and loader module for deno
Latest
interface ParseOptions
import { type ParseOptions } from "https://deno.land/x/obj@0.0.2/mod.ts";

Properties

strict: boolean
optional
unhandled: (keyword: string, parts: string[]) => void