Skip to content

Commit cb21bdb

Browse files
committed
Modify demo text.
1 parent 400e436 commit cb21bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div id="main">
2020
<div id="dragdrop"></div>
2121
<div id="info">
22-
This site is a demonstration of <a href="https://github.com/kovacsv/assimpjs">assimpjs</a>, the emscripten port of the <a href="https://github.com/assimp/assimp">assimp</a> library. You can try it out just by simply drag&#38;dropping a 3D model in this browser window. The result is the json representation of the model provided by assimp.
22+
This site is a demonstration of <a href="https://github.com/kovacsv/assimpjs">assimpjs</a>, the emscripten interface for the <a href="https://github.com/assimp/assimp">assimp</a> library. You can try it out just by simply dragging and dropping a 3D model in this browser window. The result is the json representation of the model provided by assimp.
2323
</div>
2424
<div id="result"></div>
2525
</div>

0 commit comments

Comments
 (0)