{"id":20073556,"url":"https://github.com/ragingwind/electron-pane-window","last_synced_at":"2025-08-22T23:19:30.436Z","repository":{"id":57221801,"uuid":"45052579","full_name":"ragingwind/electron-pane-window","owner":"ragingwind","description":"Create a pane style window, no frame, no titlebar, stick the window on the sides of screen","archived":false,"fork":false,"pushed_at":"2015-10-27T16:10:17.000Z","size":128,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T07:19:32.145Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ragingwind.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-27T16:02:50.000Z","updated_at":"2022-03-28T17:23:38.000Z","dependencies_parsed_at":"2022-08-29T04:10:08.541Z","dependency_job_id":null,"html_url":"https://github.com/ragingwind/electron-pane-window","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-pane-window","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-pane-window/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-pane-window/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragingwind%2Felectron-pane-window/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ragingwind","download_url":"https://codeload.github.com/ragingwind/electron-pane-window/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252579993,"owners_count":21771248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T14:46:45.460Z","updated_at":"2025-05-05T21:30:54.997Z","avatar_url":"https://github.com/ragingwind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# electron-pane-window\n\n\u003e Create a pane style window, no frame, no titlebar, stick the window on the sides of screen\n\n![](https://cloud.githubusercontent.com/assets/124117/10764241/7a8fd4a2-7d10-11e5-8e90-b6d5fde4b4d7.png)\n\n## Install\n\n```\n$ npm install --save electron-pane-window\n```\n\n## Usage\n\n```js\nconst PaneBrowserwindow = require('electron-pane-window');\n\nwin = new PaneBrowserWindow({\n side: 'left',\n 'always-on-top': false,\n width: 600\n});\n```\n\n## API\n\n### PaneBrowserwindow(options)\n\n#### options\n\nType: `object`\n\nAlmost same with [options of Browser Window of Electron](https://github.com/atom/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions). Here is additional options for this:\n\n- `side`: which side of screen to stick to. `top`, `left`, `right` and `bottom`\n\n### setPositionTo(side)\n\nSet position of window to on side of screen\n\n- `side`: which side of screen to stick to. `top`, `left`, `right` and `bottom`\n\n## Run demo\n\n```\n$ npm start\n```\n\n## License\n\nMIT © [ragingwind](http://ragingwind.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragingwind%2Felectron-pane-window","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fragingwind%2Felectron-pane-window","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragingwind%2Felectron-pane-window/lists"}