https://github.com/g1org1owo/apng-editor-web
A web-based apng "editor", used mainly to extract image sequences into a single animation
https://github.com/g1org1owo/apng-editor-web
apng png svelte
Last synced: 3 months ago
JSON representation
A web-based apng "editor", used mainly to extract image sequences into a single animation
- Host: GitHub
- URL: https://github.com/g1org1owo/apng-editor-web
- Owner: G1org1owo
- Created: 2024-09-06T23:08:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T23:10:12.000Z (9 months ago)
- Last Synced: 2025-01-22T09:29:28.543Z (5 months ago)
- Topics: apng, png, svelte
- Language: Svelte
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APNGEditorWeb
This is a web version of an app I had made a couple of years ago for personal use, I might implement new functionalities as I need them or if they get requested## Requirements
- `git`
- `npm`## Install
First of all, you must clone the repo and install the packages:
```bash
$ git clone https://github.com/G1org1owo/apng-editor-web APNGEditorWeb
$ cd APNGEditorWeb
$ npm install
```
Then you have to build the source code:
```bash
$ npm run build
```
After this, you can run the app:
```bash
$ npm run preview
```Alternatively, if you want to make some changes to the source code, you might want to run the app with quick-reload enabled:
```bash
$ npm run dev
```