Thank you for taking time to contribute to vue-audio-visual project.
To report bugs or ask questions, please, use issues tab to create new issue.
Bugfix and code contribute can be provided as with any github project using pull requests.
This is Vue plugin so follow Vue style guide.
This project is using vue-test-utils for unit tests.
To provide canvas tests in develoment mode you need "canvas" npm package. Please, refere to "canvas" documentation to learn which dependencies need to be installed.
When done coding, please, make sure you have all tests passing fine and that there are no code style problems:
npm test
npm run lint
Thank you!