Bazooo / svg-sprite-maker

Application to create/edit SVG sprites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svg Sprite Maker Icon

SVG Sprite Maker

SVG Sprite Maker is a tool to easily create, view and update SVG sprite files

What is an SVG Sprite?

An SVG Sprite file is a collection of symbols/icons with an id that can be referenced in HTML

<svg>
    <use href="./path/to/sprite.svg#icon_id"></use>
</svg>

✨ Features

  • Drag and drop SVG sprite or icon
  • View and edit SVG sprite
  • Add and remove icons
  • Edit icon attributes with real-time preview
  • Or edit icon in isolation in your editor of choice
  • Check for transparency or/and alignment of icons
  • 100% offline

Tech

Licensing

This project is licensed under the Apache License, Version 2.0. License

About

Application to create/edit SVG sprites

License:Apache License 2.0


Languages

Language:Rust 44.0%Language:Svelte 39.2%Language:TypeScript 13.0%Language:JavaScript 2.9%Language:HTML 0.5%Language:CSS 0.5%