Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Add contribution section and add link to MIT license.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwachter committed Jul 31, 2020
1 parent fe239eb commit 992f432
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,10 @@ The cleared area percentage calculation has to take every pixel of the canvas in

That's also why the `percentageStride` property should be set wisely and adjusted to your needs. It defines how many pixels should be skipped while calculating. This obviously also decreases the percentage's value accuracy.

## 🛠️ Contribution

If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/sebastianwachter/vue-scratchable/issues) or a [pull request](https://github.com/sebastianwachter/vue-scratchable/pulls).

## 🧾 License
MIT

[MIT](http://opensource.org/licenses/MIT)

0 comments on commit 992f432

Please sign in to comment.