Contributing to FingerprintJS2 is super easy:
- Fork the project and make the required changes in it.
- Run
gulp
to catch stylistic errors and produce the minified version. - Run specs by opening the
specs/spec_runner.html
or typingnpm test
(requires phantomjs for console running). - Make a PR.
If your code changes the list of fingerprinting sources, please update the README.
If you're unsure about the feature you want to add, submit an issue with
a question
tag.
Happy Coding!