Skip to content

Commit

Permalink
Merge pull request #10 from neptunelabs/framework-update
Browse files Browse the repository at this point in the history
framework-update
  • Loading branch information
nelabiernat committed Nov 24, 2023
2 parents cf32d0a + 1b524af commit acf98a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "NeptuneLabs GmbH",
"url": "https://www.neptunelabs.com/"
},
"version": "23.07.19",
"version": "23.11.24",
"homepage": "https://www.neptunelabs.com/fsi-touchzoom",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"npm": ">=6.0.0"
},
"dependencies": {
"@neptunelabs/fsi-samples-framework": "^1.0.18"
"@neptunelabs/fsi-samples-framework": "^1.1.0"
},
"devDependencies": {
"prettier": "^3.0.0"
Expand Down
4 changes: 3 additions & 1 deletion samples/starter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
<body>
<fsi-touchzoom style="display:none"
useDevicePixelRatio="true"
autoInit="true"
enableByCSSClass="useTouchZoom"
></fsi-touchzoom>

<img src="{{&fsi.server}}/{{&fsi.context}}/server?type=image&source=images/samples/notebook.png&width=800" width="800" alt="">
<img src="{{&fsi.server}}/{{&fsi.context}}/server?type=image&source=images/samples/notebook.png&width=800" width="800" alt="" class="useTouchZoom">

</body>
</html>

0 comments on commit acf98a8

Please sign in to comment.