Generic build of PDF.js library.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
390 B

<!DOCTYPE html>
<html>
<head>
<script src="../../node_modules/requirejs/require.js"></script>
<script src="viewer.js"></script>
<style>
body {
background-color: gray;
}
.pageContainer {
border : 1px solid black;
margin : 5px auto;
background-color : white;
}
</style>
<title>SVG Viewer Example</title>
</head>
<body>
</body>
</html>