wallpaper-engine-types
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

Wallpaper Engine Types

This package provides TypeScript declarations for Wallpaper Engine, a dynamic desktop wallpaper application.

Wallpaper Engine allows you to create interactive wallpapers that can respond to user input and system events. It also provides a number of features that make it easy to integrate your wallpapers with other applications, such as media players and LED devices.

The TypeScript declarations in this package allow you to write type-safe code that interacts with Wallpaper Engine. This can help you to avoid errors and make your code more maintainable.

Installation

This package is available on npm. You can install it using your preferred package manager:

yarn add -D wallpaper-engine-types

npm install -D wallpaper-engine-types

In your tsconfig.json you need to add the line:

{
  "compilerOptions": {
    "types": ["wallpaper-engine-types"]
  }
}

For it to show and work.

If anything is not working as expected, please open an issue on GitHub.

Links

Package Sidebar

Install

npm i wallpaper-engine-types

Weekly Downloads

11

Version

1.0.12

License

MIT

Unpacked Size

10.1 kB

Total Files

6

Last publish

Collaborators

  • ultimatelifeform