Skip to content

Instantly share code, notes, and snippets.

@funvill
Created April 27, 2014 17:39
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 funvill/11351242 to your computer and use it in GitHub Desktop.
Save funvill/11351242 to your computer and use it in GitHub Desktop.
Instructable - Javascript generated laser cut jewellery
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Javascript generated laser cut pendants</title>
<script type="text/javascript" src="raphael-min.js"></script>
<script type="text/javascript" src="raphael.export.js"></script>
</head>
<body>
<div id="canvas"></div>
<script>
window.onload = function () {
// Code goes here
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment