A simple showcase of how to use this module.
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
-
Have Deno installed.
-
Cloned or downloaded this repository.
-
An open terminal window.
-
If needed made the
App.jsfile executable.sudo chmod +x Example/App.js
To execute the example, simply call it like any other executable.
Example/App.js