Skip to content

ultimateshadsform/wallpaper-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published