This package has been deprecated

Author message:

This package is now deprecated in favor of @nodegui/os-utils

@nodegui/nodegui-os-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

nodegui-os-utils

A nodegui helper module which will contain OS specific native features which Qt doesnt support and hence requires native code in respective operting systems.

Installation

npm install @nodegui/nodegui-os-utils

Usage

import { Dock } from "@nodegui/nodegui-os-utils";

console.log("Showing the Dock Icon on MacOS");
Dock.show();
console.log("Hiding the Dock Icon on MacOS");
Dock.hide();

Supported APIs

MacOS

  • Dock
    • show() - static method - Shows the dock icon of the nodegui app on macos. Noop on other platforms.
    • hide() - static method - Hides the dock icon of the nodegui app on macos. Noop on other platforms.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @nodegui/nodegui-os-utils

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

6.79 kB

Total Files

19

Last publish

Collaborators

  • sedwards2009
  • atulanand94
  • rahulgaba
  • kakulgupta
  • shubhamzanwar
  • shirakaba