README
Why Group utility functions together to avoid copying and pasting code
- Random number tools
Functions I want to share across my "smooth" branded projects
<script type="module">
import smoothTools from 'https://cdn.skypack.dev/smooth-tools';
</script>
Why Group utility functions together to avoid copying and pasting code