Skip to content

Commit 29fae43

Browse files
committed
Update quick start instructions and enhance feature descriptions in index.html
1 parent fcf7315 commit 29fae43

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

index.html

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h
294294
</div>
295295

296296
<p>
297-
<strong>Quick Start:</strong> To use FEAScript in your HTML, include it from our hosted build (i.e.,
297+
<strong>Quick Start:</strong> To use FEAScript in your HTML, include it from our hosted ESM build (i.e.,
298298
<code>import { FEAScriptModel } from "https://core.feascript.com/dist/feascript.esm.js";</code>) or
299-
download it from <a href="https://github.com/FEAScript/FEAScript-core">GitHub</a> &#8594; add a canvas
299+
download it from <a href="https://github.com/FEAScript/FEAScript-core/releases">GitHub</a> &#8594; add a canvas
300300
(e.g., <code>&lt;div id="resultsCanvas">&lt;/div&gt;</code>) &#8594; add a mesh file (e.g.,
301301
<code>your.msh</code> from
302302
<a href="https://gmsh.info/">
@@ -376,7 +376,7 @@ <h2 id="features"><a name="Features"></a>Features</h2>
376376
<li>
377377
📐 <strong>Geometry and Meshing</strong>
378378
<ul>
379-
<li>Simple mesh generation (1D and rectangular 2D domains)</li>
379+
<li>Simple mesh generation (1D / 2D domains)</li>
380380
<li>
381381
Unstructured mesh import from
382382
<a href="https://gmsh.info/"
@@ -457,7 +457,22 @@ <h2 id="features"><a name="Features"></a>Features</h2>
457457
<li>
458458
🚀 <strong>Platform & Deployment</strong>
459459
<ul>
460-
<li>Browser runtime (ES modules)</li>
460+
<li>
461+
Browser runtime (<a href="https://core.feascript.com/dist/feascript.esm.js">hosted ESM build</a> /
462+
<a href="https://cdn.jsdelivr.net/gh/FEAScript/FEAScript-core/dist/feascript.esm.js"
463+
>JSDelivr CDN
464+
<img
465+
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
466+
alt="External Link Icon"
467+
style="
468+
width: 16px;
469+
height: 16px;
470+
vertical-align: middle;
471+
margin-left: 2px;
472+
margin-bottom: 4px;
473+
" /></a
474+
>)
475+
</li>
461476
<li>
462477
No-code interface with
463478
<a href="https://platform.feascript.com">FEAScript Platform</a>

0 commit comments

Comments
 (0)