Skip to content

Instantly share code, notes, and snippets.

@zeffii
Created October 12, 2011 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeffii/1282231 to your computer and use it in GitHub Desktop.
Save zeffii/1282231 to your computer and use it in GitHub Desktop.
loading an image
<!DOCTYPE html>
<html>
<head>
<!-- Load the Paper.js library -->
<script type="text/javascript" src="js/paper.js"></script>
<!-- Load external PaperScript and associate it with myCanvas -->
<script type="text/paperscript" src="js/v2_MyScript.js" canvas="myCanvas">
</script>
</head>
<body>
<canvas id="myCanvas" resize></canvas>
<div class="resource">
<img width="260" height="399" src="pimg/imgtest.png" id="imgtest" class="hidden">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment