Skip to content

mbardakovD2L/node-png-itxt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

reading a PNG file as a list of chunks:

node index.js <filename> -r

adding an iTXt openbadge metadata chunk:

node index.js <filename>

this will create a file called baked.png with a predetermined JSON object as a string in the metadata:

{
    assertionDataFoo: 'foo',
    assertionDataBar: 'bar'
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published