File Manager

Path: /home/heznutpr/log.heznutprivate.com/dist/assets/node_modules/raphael/dev/

Viewing File: amdDev.js

require(['../raphael'], function(Raphael){
    var paper = Raphael(0, 0, 640, 720, "container");
    //paper.circle(100, 100, 100); //example

    // Work here
});