1.0.12 • Published 5 months ago

wallpaper-engine-types v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

1.0.12

5 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago