Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/madeindjs/stickman
- Owner: madeindjs
- Created: 2024-01-21T22:53:55.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-24T20:02:50.000Z (12 months ago)
- Last Synced: 2024-10-25T01:37:15.298Z (2 months ago)
- Topics: solid-js, svg, svg-animations
- Language: TypeScript
- Homepage:
- Size: 1.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
~~~