Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylertemp/roopiy_ui
https://github.com/tylertemp/roopiy_ui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tylertemp/roopiy_ui
- Owner: TylerTemp
- License: mit
- Created: 2023-10-08T09:58:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-18T15:23:00.000Z (about 1 year ago)
- Last Synced: 2023-10-19T11:18:43.185Z (about 1 year ago)
- Language: TypeScript
- Size: 1.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roopiy UI #
## Sqlite Project Data Struct ##
**config**
* key: primary, string
* value: string(json)**frame**
* filePath: primary, string, `frames/${filename}`
* width: int
* height: int
* swappedTo: string | null, `swap/${filename}`**frameFace**
* id: primary, int
* value: string(json)
* faceLibId: faceLib.id, int
* frameFilePath: frame.filePath**faceLib**
* id: primary, int
* value: string(json)
* file: string, `face_lib/${filename}`
* alias: string
* hide: bool**swap**
* id: primary
* frame_face_id: frame_face.id
* face_lib_id: face_lib.id