break out the constants in to a file to allow sharing between multiple files
break the strip and pixel apart
removes deprecated new Buffer calls
Why break them apart?
The single file was very functional, but I was finding it hard to debug an issue I was seeing. I was hoping to also use this to eventually write smaller and more functional tests and simpler features additions.
What else is coming?
There are 3 more PRs I will be opening. They complete all of the work that was in #186
What Does This Do?
This address two core problems:
constants
in to a file to allow sharing between multiple filesstrip
andpixel
apartnew Buffer
callsWhy break them apart?
The single file was very functional, but I was finding it hard to debug an issue I was seeing. I was hoping to also use this to eventually write smaller and more functional tests and simpler features additions.
What else is coming?
There are 3 more PRs I will be opening. They complete all of the work that was in #186