Generate plotly.js images using nw.js
cd
into it./path/to/nw .
or if nw.js
is linked to a nw
executable
npm start
and :beers:.`
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>plotly.js in nw.js</title>
<script type="text/javascript" src="../../plotly/plotly.js/build/plotly.js"></script>
</head>
<body>
<script type="text/javascript" src="main.js"></script>
</body>
</html>