https://github.com/malted/flo-sig
https://github.com/malted/flo-sig
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malted/flo-sig
- Owner: malted
- Created: 2024-11-23T18:52:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T04:21:39.000Z (over 1 year ago)
- Last Synced: 2025-09-30T04:56:00.821Z (9 months ago)
- Language: HTML
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVG Animation Demo
A simple web application that demonstrates SVG path animation using Anime.js.
## Prerequisites
- Node.js (v12 or higher recommended)
- npm (comes with Node.js)
## Installation
1. Clone the repository:
```bash
git clone [your-repo-url]
cd [your-repo-name]
```
2. Install dependencies:
```bash
npm install
```
## Dependencies
- [Anime.js](https://animejs.com/) - A lightweight JavaScript animation library
## Development
To run the development server:
```bash
npm run dev
```
## Project Structure
```
.
├── index.html # Main HTML file with SVG
├── main.js # Animation logic
├── package.json # Project dependencies and scripts
└── README.md # Project documentation
```
## Tools
- [SmoothSVG](https://www.smoothsvg.com/) - A browser-based tool to smooth SVG paths. Useful for cleaning up hand-drawn or complex SVG paths.