logo-downloadtip

1.0.0-alpha.0 • Public • Published

Logo Downloadtip Open Source Love

LIKED ? Leave a : 😞

Release Downloads install size js-standard-style License

Inline docs devDependencies Status

Webcomponent to allow users download multiple logotype image types when they trying to grab low resolution logo.

The original ideia for this project was by Nicklas Jarnesjö after seeing relogo, but the microformats rejected the initiative, the project was discontinued and I decided to continue.

Installation

npm i logo-downloadtip

Usage

<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>

Options

  <logo-downloadtip
    title="Tolltip Title"
    position="top|bottom|right|left">
  </logo-downloadtip>

License

Logo Downloadtip is released under the terms of the license.

Package Sidebar

Install

npm i logo-downloadtip

Weekly Downloads

5

Version

1.0.0-alpha.0

License

MIT

Unpacked Size

373 kB

Total Files

12

Last publish

Collaborators

  • tiagoporto