This example shows how to export AnyChart charts to SVG or Image formats using NodeJS.
npm install nodejs-image-generation-utility[![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Package Quality][quality-image]][quality-url]
$ git clone git@github.com:anychart-integrations/nodejs-image-generation-utility.git
`
Navigate to the example folder:
`
$ cd ./nodejs-image-generation-utility
`
To run the example you have to install dependencies. Run the following command:
`
$ npm install
`
> Notice!
> AnyChart NodeJS module requires ImageMagic to create JPG and PNG images.
Visit Image Magic install page for details.
Note for Windows users: you have to create environment variable as described in Image Magic: Advanced Windows Installation article.To run the example with defaults you should just execute index.js file with nodejs:
`
$ node index.js
Written to image.png file
`
> Notice!
> Please refrain from using percent values in chart. In node js DOM emulation there is some problems with this and resulting image may be differ from the planned.Options
`
-i, --input [value] - path to the input data file with a chart, a stage or an SVG file. Default: chart.js.
-o, --output [value] - path to the output file. Default: image
-t, --type [value] - type of output data. Default: png
``If you have any questions regarding licensing - please contact us.

[npm-image]: https://img.shields.io/npm/v/nodejs-image-generation-utility.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/nodejs-image-generation-utility
[downloads-image]: https://img.shields.io/npm/dm/nodejs-image-generation-utility.svg?style=flat-square
[downloads-url]: https://www.npmjs.com/package/nodejs-image-generation-utility
[quality-image]: http://npm.packagequality.com/shield/nodejs-image-generation-utility.svg?style=flat-square
[quality-url]: http://packagequality.com/#?package=nodejs-image-generation-utility