mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2025-10-27 16:03:10 +01:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
require(['../raphael'], function(Raphael){
|
|
var paper = Raphael(0, 0, 640, 720, "container");
|
|
|
|
// Work here
|
|
|
|
}); |