Skip to content

Commit ee38ec6

Browse files
committed
feat: add 3d photo
1 parent d6ff7ad commit ee38ec6

4 files changed

Lines changed: 513 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Publish 1 page tools using github pages
66

77
| page | project | source |
88
| --- | --- | --- |
9+
| [3d photo](https://lenml.github.io/page-tools/3d_photo) | 3d_photo | [source](https://github.com/lenml/page-tools/tree/main/pages/3d_photo) |
910
| [Markdown & LaTeX Preview](https://lenml.github.io/page-tools/mathjax-md-preview) | mathjax-md-preview | [source](https://github.com/lenml/page-tools/tree/main/pages/mathjax-md-preview) |
1011
| [MP4 Player](https://lenml.github.io/page-tools/mp4player) | mp4player | [source](https://github.com/lenml/page-tools/tree/main/pages/mp4player) |
1112
| [PDF to Markdown Converter](https://lenml.github.io/page-tools/pdf2md) | pdf2md | [source](https://github.com/lenml/page-tools/tree/main/pages/pdf2md) |

pages/3d_photo/build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
set -e
3+
4+
if [ ! -d dist ]; then
5+
mkdir dist
6+
fi
7+
cp index.html dist

0 commit comments

Comments
 (0)