#Making gif with javascript
###Prepairing node We are doing this setup only once.
- Install node https://nodejs.org/en/
- Create folder node_server and copy save_frame.js there
- Drag and drop folder to terminal window to get the path
- Open terminal and type this lines one by one
- cd path_to_your_node_server_folder // replace this path
- npm install socket.io
###Run node application
- Open terminal get path to your save_frame.js file and type this:
- node path_to_your_node_server_folder/save_frame.js
###Run your animation
- In canvas.html change "path_to_the_folder/frames" to the path of the folder where you want to export frames
- Run canvas.html and look at the terminal
###Covert image sequence to gif Use steps from this tutorial to generate gif http://goo.gl/OT7N8f