Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rogueyoshi/framekiller
Find automatic timings for safejumps, meaties, and other setups; given a set of character frame-data (CSV, Excel Sheet, or Google Sheet).
https://github.com/rogueyoshi/framekiller
fgc nodejs svelte svelte-kit typescript
Last synced: 16 days ago
JSON representation
Find automatic timings for safejumps, meaties, and other setups; given a set of character frame-data (CSV, Excel Sheet, or Google Sheet).
- Host: GitHub
- URL: https://github.com/rogueyoshi/framekiller
- Owner: rogueyoshi
- Created: 2021-04-15T04:41:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T19:37:12.000Z (9 months ago)
- Last Synced: 2024-12-19T01:17:25.479Z (19 days ago)
- Topics: fgc, nodejs, svelte, svelte-kit, typescript
- Language: Svelte
- Homepage: https://framekiller.netlify.app/
- Size: 48.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# framekiller
[![Netlify Status](https://api.netlify.com/api/v1/badges/30afdcb3-b1c8-4885-b2e7-54ee486c8390/deploy-status)](https://app.netlify.com/sites/framekiller/deploys)Find automatic timings for safejumps, meaties, and other setups; given a set of character frame-data (CSV, Excel Sheet, or Google Sheet).
## live demo
https://framekiller.netlify.app/## development
1. npm i
2. npm run dev
3. http://localhost:3000/#### sample data:
https://gist.github.com/rogueyoshi/2c41640007898e336db33e2074da90b1#file-sampledata-csv## deployment
1. npm i
2. npm run build