If you have found a bug or have a feature suggestion, please feel free to open an issue.
If you’d like to make changes yourself, follow these steps:
- Fork this repository and clone it locally
- Run
npm install
- Build the library using
npm run build
- Test your changes with
npm test
andnpm run marktest
- Finally, submit a pull request