README
Usage
import {useTruncation} from 'react-hooks-float-truncation';
console.log(useTruncation(666.666)) // => 0.3
```javascript import {useTruncation} from 'react-hooks-float-truncation';
<script type="module">
import reactHooksFloatTruncation from 'https://cdn.skypack.dev/react-hooks-float-truncation';
</script>
import {useTruncation} from 'react-hooks-float-truncation';
console.log(useTruncation(666.666)) // => 0.3