README
border :construction:
A wrapper that configures functions' arguments, provides caching, and more.
Useful for avoiding boilerplate in small modules that are invoked inside a hot loop (e.g., for a game engine).
See test.js for documentation.
Modify functions' arguments.
<script type="module">
import akbrBorder from 'https://cdn.skypack.dev/@akbr/border';
</script>
A wrapper that configures functions' arguments, provides caching, and more.
Useful for avoiding boilerplate in small modules that are invoked inside a hot loop (e.g., for a game engine).
See test.js for documentation.