I am working with paper.js in asp.net mvc4 application ,which helps in drawing on canvas region of HTML. I need your support for my requirement: When I draw on my canvas I want to make visible these drawings on other canvas who opened same page over internet. Paper.js provides a global variable called project.activeLayer to access items on view. I saved cavnas data in JSON format from active Layer , then I send this data through server communication. How can I rebuild the view in the canvas with same data. ? (or) Is there any way to do this without transmission of data.?
Thanks, surbob.