Skip to content
/ svgl Public
forked from pheralb/svgl

🧩 A beautiful library with SVG logos. Built with Sveltekit & Tailwind CSS.

License

Notifications You must be signed in to change notification settings

MrTban/svgl

 
 

Repository files navigation

Build Status GitHub stars GitHub issues GitHub forks GitHub license GitHub PRs

🛠️ Stack

🚀 Getting Started

You will need:

  1. Clone or fork this repository:
git clone [email protected]:pheralb/svgl.git
  1. Install dependencies with your favorite package manager:
# with npm:
npm install

# with pnpm:
pnpm install

# with ultra:
ultra install

# with yarn:
yarn install
  1. Go to the static/library folder and add your .svg logo. Remember to optimize SVG for web use, you can use SVGOMG.

  2. Go to the src/data/svgs.ts and add the information about your logo, following the structure:

{
  "id": 1,
  "title": "Title",
  "category": "Category",
  "route": "/library/your_logo.svg",
  "url": "Website"
},

And create a pull request with your logo 🚀.

✌️ Contributing

🔑 License

About

🧩 A beautiful library with SVG logos. Built with Sveltekit & Tailwind CSS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 60.7%
  • Svelte 31.6%
  • JavaScript 3.3%
  • HTML 3.0%
  • CSS 1.4%