Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 708 Bytes

File metadata and controls

51 lines (29 loc) · 708 Bytes

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