Open
Description
I created this script a while ago more toward the beginnings of my javascript journey. I'm revisiting it lately to make some updates.
Some things I want to do:
- refactor to modern javascript, and add a build step to transform it to ES5 for browser support for those who want it
- add a minification build step
- write some tests
- ?