1
0
Fork 0
freesewing/packages/brian/index.html

29 lines
796 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Webpack App</title>
</head>
<body>
<div id="svg"></div>
<script type="text/javascript" src="dist/browser/bundle.js"></script></body>
<script>
var pattern = freesewing_patterns_brian;
pattern.settings.measurements = {
bicepsCircumference: 305,
centerBackNeckToWaist: 495,
chestCircumference: 965,
hipsCircumference: 838,
naturalWaistToHip: 110,
neckCircumference: 391,
shoulderSlope: 49,
shoulderToShoulder: 444,
shoulderToWrist: 680,
wristCircumference: 185
};
pattern.draft();
document.getElementById("svg").innerHTML = pattern.render();
</script>
</html>