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
git
npm
First of all, you must clone the repo and install the packages:
$ git clone https://github.com/G1org1owo/apng-editor-web APNGEditorWeb
$ cd APNGEditorWeb
$ npm install
Then you have to build the source code:
$ npm run build
After this, you can run the app:
$ 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:
$ npm run dev