Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Example Usage

A simple showcase of how to use this module.


Scope

What this example shows.

The example application reads two PNG
images as bytes, packages them to an ICO
and write the data to Example/Icon.ico



Requirements


  • Have Deno installed.

  • Cloned or downloaded this repository.

  • An open terminal window.

  • If needed made the App.js file executable.

    sudo chmod +x Example/App.js


Running

To execute the example, simply call it like any other executable.

Example/App.js