lcObj = LC.init(document.getElementById("lc"), { imageURLPrefix: '/Content/_assets/lc-images' });
var backgroundImage = new Image();
backgroundImage.height = 240;
backgroundImage.width = 355;
backgroundImage.src = $('#myImg')[0].src;
lcObj.saveShape(LC.createShape('Image', { x: 10, y: 10, image: backgroundImage }));
lcObj.loadSnapshot();