Created
November 9, 2020 01:31
-
-
Save Allanksr/35a37c96247d6f1988ddd591a40e39b4 to your computer and use it in GitHub Desktop.
dependencies body-parser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg | |
xmlns="http://www.w3.org/2000/svg" width="149" height="20"> | |
<linearGradient id="a" x2="0" y2="100%"> | |
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/> | |
<stop offset="1" stop-opacity=".1"/> | |
</linearGradient> | |
<rect rx="3" width="149" height="20" fill="#555"/> | |
<rect rx="3" x="88" width="61" height="20" fill="#9f9f9f"/> | |
<path fill="#ff0099" d="M88 0h4v20h-4z"/> | |
<rect rx="3" width="149" height="20" fill="url(#a)"/> | |
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> | |
<text x="45" y="15" fill="#010101" fill-opacity=".3">dependencies</text> | |
<text x="45" y="14">dependencies</text> | |
<text x="117.5" y="15" fill="#010101" fill-opacity=".3">body-parser</text> | |
<text x="117.5" y="14">body-parser</text> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment