dr-js

A collection of strange functions

Usage no npm install needed!

<script type="module">
  import drJs from 'https://cdn.skypack.dev/dr-js';
</script>

README

@dr-js/core

i:npm i:ci i:size i:npm-dev

A collection of strange functions

  • 📁 source/
    • main source code, in output package will be:
      • @dr-js/core/library: for direct use, use require() / exports.*= and has Dr.browser.js
      • @dr-js/core/module: for re-pack, keep import / export and readability
  • 📁 source-bin/
    • bin source code, in output package will be @dr-js/core/bin
  • 📁 example/
    • some example (unsorted tests)
  • 📄 SPEC.md
    • list of all directly accessible codes, sort of API lockfile

Most of the code should be self explainable by the naming, though there are some truly weird ones. And there's a few document files scattered in the source, along with many comments & TODOs, feel free to find & read them.