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. 🛡️
This package is available on npm. You can install it using your preferred package manager:
yarn|npm|pnpm|bun add -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. 🐛