11 lines
250 B
Markdown
11 lines
250 B
Markdown
# 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)`
|