Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/madeindjs/stickman

generate animated SVG Stickman
https://github.com/madeindjs/stickman

solid-js svg svg-animations

Last synced: 24 days ago
JSON representation

generate animated SVG Stickman

Awesome Lists containing this project

README

        

# SVG Stickman editor

A simple editor to generate animated / exportable / reusable SVG images. The generated SVG use plain [``](developer.mozilla.org/en-US/docs/Web/SVG/Element/animate) tags to handle animation, so the SVG can be embed easily (without CSS or JavaScript).

The editor is built with [Solid.js](https://www.solidjs.com/) and [Tailwind](https://tailwindcss.com/)/[DaisyUI](https://daisyui.com/).

## Screenshot

https://github.com/madeindjs/stickman/assets/11815139/b1311307-2e7d-4fd3-9719-e5e182ef5f60

## Usage

~~~sh
npm install
npm run dev
~~~