GithubHelp home page GithubHelp logo

jsplumb / svgl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pheralb/svgl

0.0 1.0 0.0 7.35 MB

๐Ÿงฉ A beautiful library with SVG logos. Built with Sveltekit & Tailwind CSS.

Home Page: https://svgl.app

License: MIT License

JavaScript 2.36% TypeScript 64.73% CSS 1.49% HTML 2.06% Svelte 29.36%

svgl's Introduction

Discover ย โ˜ย  Submit logo ย โ˜ย  Stack ย โ˜ย  Contributing

Svelte Badge Build Status GitHub stars GitHub issues GitHub forks GitHub PRs Tailwind CSS Badge

๐Ÿ› ๏ธ 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:

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

or to support a different logo for light and dark themes:

{
  "title": "Title",
  "category": "Category",
  "route": {
    "light": "/library/your_logo_light.svg",
    "dark": "/library/your_logo_dark.svg"
  },
  "url": "Website"
},

And create a pull request with your logo ๐Ÿš€.

โœŒ๏ธ Contributing

๐Ÿ”‘ License

svgl's People

Contributors

pheralb avatar tmchein avatar svensken94 avatar wilmer2000 avatar kamran1819g avatar bdsqqq avatar sujjeee avatar ikurotime avatar marpeand avatar advaith-unnikrishnan avatar juansemprun avatar pritamhn avatar 1weiho avatar chadha93 avatar ephraimduncan avatar ridemountainpig avatar stv-beep avatar maadeval avatar emrecoban avatar sporritt avatar arpagon avatar pontusab avatar marsidev avatar burakkantarci avatar brysonreece avatar alisalahio avatar bymykel avatar mrtban avatar peerrich avatar roberthgnz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.