save changes

This commit is contained in:
2025-10-05 11:56:31 +02:00
parent 150992aaac
commit eee4e6523e
10 changed files with 822 additions and 1285 deletions

10
.clinerules/lib.md Normal file
View File

@ -0,0 +1,10 @@
# Library Functions
## PNG Metadata
Use this file `src/lib/util.ts` for embedding and reading JSON data from PNG files.
### Embed JSON to PNG
Use this method `embedJsonToPng(path, obj)`
### Read JSON from PNG
Use this method `readJsonToPng(path)`