@_wbstr/vdf 中文文档教程
Valve Data Parser
解析 vmt/vdf 文件
import { vmt, vdf } from '@_wbstr/vdf'
const object1 = await vmt(vmtString)
const object2 = await vdf(vdfString)
Valve Data Parser
parse vmt/vdf files
import { vmt, vdf } from '@_wbstr/vdf'
const object1 = await vmt(vmtString)
const object2 = await vdf(vdfString)