Yet another Mandelbrot Set zoomer.
###Version 1.0.0
###Installation
z2pc developed on node.js v. 6.9.1.
$ npm install
installs dependencies (Webpack, Babel, RxJS 5, etc.)
To compile all HTML, CSS, JS to dist directory
$ webpack
or
$ webpack -w
For production
$ webpack --release
-Jason Tiscione