vmfts
v0.46.3
Published
This TypeScript library helps you parse and write VMF messages according to standards such as MIL-STD-2045-47001D and MIL-STD-6017. It allows you to work with VMF messages in JavaScript, and it includes functionality to handle various types of messages, i
Downloads
2
Maintainers
Readme
VMFTS
This TypeScript library helps you parse and write VMF messages according to standards such as MIL-STD-2045-47001D and MIL-STD-6017. It allows you to work with VMF messages in JavaScript, and it includes functionality to handle various types of messages, including geographical coordinates.
Installation: Angular
npm i vmfts
Import the following:
import { VMFTS } from 'vmfts';
import { formatBinaryString, convertToUint8Array } from 'vmfts';