save changes
This commit is contained in:
10
.clinerules/lib.md
Normal file
10
.clinerules/lib.md
Normal 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)`
|
||||
Reference in New Issue
Block a user