@todesktop/plugin-get-app-icon

- [ToDesktop Plugin Get App Icon](#todesktop-plugin-get-app-icon) - [Installation](#installation) - [Architecture](#architecture) - [Development](#development)

Usage no npm install needed!

<script type="module">
  import todesktopPluginGetAppIcon from 'https://cdn.skypack.dev/@todesktop/plugin-get-app-icon';
</script>

README

ToDesktop Plugin Get App Icon

This is the repo for the ToDesktop Get App Icon plugin.

This package adds desktop app functionality for getting the icon of a file or app. Refer to the client package to expose this plugin's functionality to your client-side application.

Installation

Install @todesktop/plugin-get-app-icon for your desired app using the ToDesktop Builder Desktop App interface.

Installation of the client package is also necessary.

Architecture

This package requires the following files:

  • src/index.ts: enables plugin functionality in the main and preload process.

Development

Refer to the root repo for development instructions.