You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@
8
8
The main benefit of using Chromium is that it **doesn't** include all the proprietary modifications made by Google, thus it's more lightweight and more suitable for automation purposes.
9
9
You can see full list of differences in [Fossbytes article](https://fossbytes.com/difference-google-chrome-vs-chromium-browser/).
10
10
11
+
## Requirements
12
+
`node-chromium 2.x.x` is tested against and supports Node.js 7+
13
+
If you need to use older versions of Node.js try `node-chromium 1.x.x` versions.
14
+
11
15
## Usage
12
16
Depending on your needs, you can install module into **devDependencies** (`--save-dev`) or production **dependencies** (`--save`)
0 commit comments