Hello, thanks for making and open-sourcing this cool library!
I know I could just download the files and toss them into my project, but an easier way to integrate it in a way that also lets developers get the latest updates would be to create a custom package:
https://docs.unity3d.com/Manual/CustomPackages.html
That way developers can just add the Git URL to the project manifest and get the package:
https://docs.unity3d.com/Manual/upm-git.html
Alternatively, making it an official Unity Asset makes it easy to download and update packages.