Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Bazooo/svg-sprite-maker

Application to create/edit SVG sprites
https://github.com/Bazooo/svg-sprite-maker

design editor rust svelte svg svg-icons svg-sprites tauri tauri-app tool tooling typescript

Last synced: 3 months ago
JSON representation

Application to create/edit SVG sprites

Awesome Lists containing this project

README

        

![Svg Sprite Maker Icon](./src-tauri/icons/Square150x150Logo.png)

# 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

```html

```

## ✨ 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

* [Tauri](https://tauri.app/) for desktop application
* [Svelte](https://svelte.dev/) & [Typescript](https://www.typescriptlang.org/) for the frontend
* [Rust](https://www.rust-lang.org/) for the backend

## Licensing

This project is licensed under the Apache License, Version 2.0. [License](./LICENSE)