Skip to content

Commit

Permalink
Add @chrisjpatty as a contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Patty committed Feb 11, 2020
1 parent 4f3e028 commit 06ec678
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"projectName": "barcode-generator",
"projectOwner": "tecuity",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "chrisjpatty",
"name": "Christopher Patty",
"avatar_url": "https://avatars1.githubusercontent.com/u/14916515?v=4",
"profile": "http://www.christopherpatty.com",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7
}
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,22 @@ const barcode = generateBarcode("1234567", {raw: true, spacing: 10})
|---------|----------------|---------|---------------------------------------------------------------------------------|
| spacing | int \|\| float | 5 | The spacing between characters, relative to the `viewBox` of the resulting SVG. |
| raw | boolean | false | Returns the barcode as a raw SVG string rather than a base64 data-url. |

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="http://www.christopherpatty.com"><img src="https://avatars1.githubusercontent.com/u/14916515?v=4" width="100px;" alt=""/><br /><sub><b>Christopher Patty</b></sub></a><br /><a href="https://github.com/tecuity/barcode-generator/commits?author=chrisjpatty" title="Code">💻</a> <a href="https://github.com/tecuity/barcode-generator/commits?author=chrisjpatty" title="Documentation">📖</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 06ec678

Please sign in to comment.