Use minified versions

This commit is contained in:
Rémi BERTHO 2022-09-07 23:33:00 +02:00
parent ad8eca522f
commit 80e2e6da9e
Signed by: dalan
GPG key ID: EE3B917931C07B64
9 changed files with 103 additions and 21610 deletions

View file

@ -5,7 +5,7 @@
<title>Panorama viewer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../css/photo-sphere-viewer.css">
<link rel="stylesheet" href="../css/photo-sphere-viewer.min.css">
<style>
html, body {
@ -39,8 +39,8 @@
<div id="photosphere"></div>
<script src="../js/three.min.js"></script>
<script src="../js/browser.js"></script>
<script src="../js/photo-sphere-viewer.js"></script>
<script src="../js/browser.min.js"></script>
<script src="../js/photo-sphere-viewer.min.js"></script>
<h1>Panorama</h1>>
<script>