varint-fraction

WIP - nothing to see here

Usage no npm install needed!

<script type="module">
  import varintFraction from 'https://cdn.skypack.dev/varint-fraction';
</script>

README

varint-fraction

Small thing that encodes a fractional number into a two varints.

npm install varint-fraction

Usage

const varintf = require('varint-fraction')

const buf = varintf.encode(0.42)

console.log(varintf.decode(buf)) // 0.42

License

MIT