Webcomponent to allow users download multiple logotype image types when they trying to grab low resolution logo.
The original idea for this project was by Nicklas JarnesjΓΆ, the idea is amazing Iβve create a modern version.
https://tiagoporto.github.io/logo-downloadtip/
npm i logo-downloadtip<html>
<head>
<link
rel="icon"
type="image/svg"
href="./img/logo.svg"
data-title="Vector file (.svg)"
/>
</head>
<logo-downloadtip>
<img src="./img/logo.svg" alt="Logo" />
</logo-downloadtip>
<script type="module" src="./logo-downloadtip.js"></script>
</html><logo-downloadtip title="Tooltip Title" position="top|bottom|right|left">
</logo-downloadtip>nvm installcorepack enable pnpmpnpm installpnpm installLogo Downloadtip Β© 2019 by Tiago Porto is licensed under MIT License.