Skip to content

tiagoporto/logo-downloadtip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

61 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Logo Downloadtip

version Downloads npm bundle size

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.

▢️ Demo

https://tiagoporto.github.io/logo-downloadtip/

βœ… Status

Docs GA Workflow Status Checks GA Workflow Status

Website W3C Validation

🧰 Stack

node nvm pnpm vs code

git Conventional Commits Semantic Release

TypeScript

EditorConfig Prettier Eslint Remark Commitlint

Dependabot GitHub Actions GitHub Pages

πŸ“¦ Install

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="Tooltip Title" position="top|bottom|right|left">
</logo-downloadtip>

πŸ›  Development

Pre-requirements

Install node

nvm install

Install pnpm

corepack enable pnpm

Install dependencies

pnpm install

Install

pnpm install

🀝 Contributing

Check how to contribute.

πŸ“„ License

Logo Downloadtip Β© 2019 by Tiago Porto is licensed under MIT License.

About

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

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors