File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,11 @@ In general VTK tries to be as portable as possible; the specific configurations
54
54
55
55
vtk.js supports the following development environments:
56
56
57
- - Node 5 +
58
- - NPM 3 +
57
+ - Node 8 +
58
+ - NPM 5 +
59
59
60
- and the following browsers:
61
-
62
- - Firefox 45+
63
- - Chrome 50+
64
- - Safari 9.1+
60
+ and we use [ babel-preset-env] ( https://github.com/babel/babel/tree/master/packages/babel-preset-env ) with the last 2 versions to browsers target.
61
+ But when built from source this could be adjusted to support any browser as long they provide WebGL.
65
62
66
63
Documentation
67
64
=============
Original file line number Diff line number Diff line change 41
41
},
42
42
"scripts" : {
43
43
"size" : " size-limit --why --config ./webpack.config.js" ,
44
- "validate" : " prettier --config ./prettier.config.js --list-different \" Sources/**/*.js\" " ,
45
- "reformat" : " prettier --config ./prettier.config.js --write \" Sources/**/*.js\" " ,
44
+ "validate" : " prettier --config ./prettier.config.js --list-different \" Sources/**/*.js\" \" Examples/**/*.js \" " ,
45
+ "reformat" : " prettier --config ./prettier.config.js --write \" Sources/**/*.js\" \" Examples/**/*.js \" " ,
46
46
"reformat-only" : " prettier --single-quote --trailing-comma es5 --print-width 80 --arrow-parens always --write" ,
47
47
"doc" : " kw-doc -c ./Documentation/config.js" ,
48
48
"doc:www" : " npm t -- --single-run && kw-doc -c ./Documentation/config.js -s" ,
You can’t perform that action at this time.
0 commit comments