README
Convert from Via format to <TuSimple/tlc2Tls> format
Convertion of annotation formats
Usage:
copy following two lines to myTest.js
const v2f = require('convert-via-format-to-other-format'); var t = new v2f();
node myTest.js
Convert via format annotation to other formats
<script type="module">
import convertViaFormatToOtherFormat from 'https://cdn.skypack.dev/convert-via-format-to-other-format';
</script>
Convert from Via format to <TuSimple/tlc2Tls> format
Convertion of annotation formats
Usage:
copy following two lines to myTest.js
const v2f = require('convert-via-format-to-other-format'); var t = new v2f();
node myTest.js