Giter Club home page Giter Club logo

svgps-online's Introduction

SVGPS ONLINE

What is SVGPS?

SVGPS converts your icons into a single JSON file that is ready to use in your frontend or mobile projects.

Note: Currently in BETA and still in development.

Why do you need it?

Dealing with a large number of icon files, converting them into components, or using them directly as SVGs can be frustrating. You can convert your icons into fonts but unfortunately, it deprives us of the benefits of SVG format. That is why we found a way to store all our icons in a single JSON file and use them as SVGs!

How does it work?

Just upload the icons that you want to use in your project. You can rename your icons, add new ones or remove them as you like. After creating a set of icons, SVGPS parses the data of the set and creates the single file you need. You can use that JSON file directly in your projects with the help of react-icomoon, vue-icomoon, or svelte-icomoon packages.

What is Icomoon?

Icomoon is an icon management tool that allows you to convert your icon packs into many different formats. It produces a document for your packs and SVGPS is built as an alternative to smooth the conversion process by allowing you to get a JSON file directly without feeling lost.

Usage Example

Your Icon component and the JSON file that you created are located in the same directory and combined with the help of *-icomoon packages previously mentioned.

Icon
|____ Icon.jsx
|____ selection.json
// Icon.jsx
import IcoMoon from "react-icomoon";
const iconSet = require("./selection.json");

const Icon = (props) => <IcoMoon iconSet={iconSet} {...props} />;

export default Icon;

See react-icomoon or vue-icomoon for details on how to use the Icon component.


Related Links


Special Thanks

svgps-online's People

Contributors

aykutkardas avatar gizemnkorkmaz avatar

Stargazers

 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.