Skip to content

Commit 6d24677

Browse files
committed
update
1 parent 17719e1 commit 6d24677

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ To run the example with defaults you should just execute index.js file with node
3131
## Options
3232
```
3333
-i, --input [value] - path to the input data file with a chart, a stage or an SVG file. Default: chart.js.
34-
-f, --format [value] - format (type) of input data. Possible values: svg, xml, javascript, json. Default: javascript.
3534
-o, --output [value] - path to the output file. Default: image
3635
-t, --type [value] - type of output data. Default: png
3736
```

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var fs = require('fs');
44
var path = require('path');
55
var program = require('commander');
6-
var anychart_nodejs = require('../AnyChart-NodeJS');
6+
var anychart_nodejs = require('anychart-nodejs');
77

88
program
99
.version('0.0.2')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "NodeJS image generation utility",
44
"description": "This example shows how to export AnyChart charts to SVG or Image formats using NodeJS.",
55
"main": "./index.js",
6-
"version": "1.2.2",
6+
"version": "1.2.3",
77
"homepage": "https://github.com/anychart-integrations/nodejs-image-generation-utility",
88
"license": "Apache-2.0",
99
"keywords": [

0 commit comments

Comments
 (0)