Skip to content

Commit

Permalink
Add @abhas9 as a contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
anujkosambi committed Jun 1, 2020
1 parent 7d5118a commit 861692f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 17 deletions.
25 changes: 8 additions & 17 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
{
"projectName": "autosvg",
"projectOwner": "anuj-kosambi",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"types": {
"custom": {
"symbol": "🔭",
"description": "A custom contribution type.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"skipCi": true,
"imageSize": 60,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "abhas9",
Expand All @@ -26,8 +20,5 @@
]
}
],
"projectName": "autosvg",
"projectOwner": "anuj-kosambi",
"repoType": "github",
"repoHost": "https://github.com"
"contributorsPerLine": 7
}
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# AutoSvg
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Autosvg is tracing tool, which can convert image format like (jpg,png,gif) into vector svg.
You can check your result here (Live Demo)[https://autosvg.now.sh].
Expand Down Expand Up @@ -47,3 +50,22 @@ cp autosvg-wasm.* src/autosvg_ui/public
> npm run start
```


## 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.cwithabhas.com"><img src="https://avatars3.githubusercontent.com/u/3436431?v=4" width="60px;" alt=""/><br /><sub><b>Abhas Tandon</b></sub></a><br /><a href="https://github.com/anuj-kosambi/autosvg/commits?author=abhas9" title="Code">💻</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!

1 comment on commit 861692f

@vercel
Copy link

@vercel vercel bot commented on 861692f Jun 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.