@_wbstr/vdf

parse vmt/vdf files ```javascript

Usage no npm install needed!

<script type="module">
  import WbstrVdf from 'https://cdn.skypack.dev/@_wbstr/vdf';
</script>

README

Valve Data Parser

parse vmt/vdf files


import { vmt, vdf } from '@_wbstr/vdf'

const object1 = await vmt(vmtString)
const object2 = await vdf(vdfString)