index.html file as below: This HTML is compiled with Handlebars
<div id="svg"></div>
index.js file as below:
var s = Snap("#svg");
var bigCircle = s.circle(150, 150, 100);
When i executed my code. It is showing me following error:
TypeError: s.circle is not a function