Githubsignature
can be embedded the signature in HTML.
$ wget https://raw.githubusercontent.com/MaxMEllon/GithubSignature/master/build/styles/github_signature.min.css
$ wget https://raw.githubusercontent.com/MaxMEllon/GithubSignature/master/build/scripts/github_signature.min.js
- React.js >= 0.13.3
- JQuery
- Github.api
- localStorage
<head>
<link href="path/to/github_signature.min.css">
</head>
<body>
<div id="github-signature"></div>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="https://fb.me/react-0.13.3.js"></script>
<script src="path/to/github_signature.min.js"></script>
<script>
signature = new GithubSignature('[id]')
signature.drawUserSignature('[username]')
</script>
</body>
This software is released under the MIT License, see LICENSE.txt.