webtodesktop

1.1.6 • Public • Published

webtodesktop

Convert your favorite pages into portable windows executables! With node, electronjs and electron-builder

API Reference

How to use

In your paths always use double ("\") since JS omits it, only in the folder path in the url's not

te paht: /source/dist/win-unpacked

const { webtodesktop } = require("webtodesktop");

webtodesktop("https://www.npmjs.com/", "<ANYDIR>", "<IS-DEV>")

Windows

Parameter Type Description
useUrl string Your favorite url
outputDir string Generation folder
isDev boolean Disable F12 or devTools (default is disabled: false).
myIcon string Use your favorite icon.

Linux (Beta)

Parameter Type Description
useUrl string Your favorite url
outputDir string Generation folder
isDev boolean Disable F12 or devTools (default is disabled: false).
const { webtodesktopLinux } = require("webtodesktop");

webtodesktopLinux("<WEBPAGE>", "<ANYDIR>", "<IS-DEV>","<TYPE>")

Mac (Beta) (DMG)

Parameter Type Description
useUrl string Your favorite url
outputDir string Generation folder
isDev boolean Disable F12 or devTools (default is disabled: false).
const { webtodesktopMac } = require("webtodesktop");

webtodesktopMac("<WEBPAGE>", "<ANYDIR>", "<IS-DEV>")

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.61latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.61
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20

Package Sidebar

Install

npm i webtodesktop

Weekly Downloads

1

Version

1.1.6

License

ISC

Unpacked Size

12.2 kB

Total Files

3

Last publish

Collaborators

  • aspad89