UNPKG

tauri-plugin-polygon-api

Version:

A plugin for [tauri@v2](https://tauri.app/) to achieve click-through of the tauri main window by allowing developers to define polygons, thus customizing the mouse response area.

36 lines (35 loc) 1.01 kB
{ "name": "tauri-plugin-polygon-api", "version": "0.1.2", "author": "houycth", "description": "A plugin for [tauri@v2](https://tauri.app/) to achieve click-through of the tauri main window by allowing developers to define polygons, thus customizing the mouse response area.", "type": "module", "types": "./dist-js/index.d.ts", "main": "./dist-js/index.cjs", "module": "./dist-js/index.js", "keywords": ["click-through", "mouse-penetrate"], "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", "require": "./dist-js/index.cjs" }, "files": [ "dist-js", "LICENSE", "README.md" ], "scripts": { "build": "rollup -c", "prepublishOnly": "pnpm build", "pretest": "pnpm build" }, "dependencies": { "@tauri-apps/api": ">=2.0.0-beta.6" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", "rollup": "^4.9.6", "typescript": "^5.3.3", "tslib": "^2.6.2" } }