Skip to content

Commit fc2b3d7

Browse files
jcgglclaude
andcommitted
chore: bump CDN version to 0.4.3 across all examples
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d0edbc3 commit fc2b3d7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/guide/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ <h2 class="step-title">Initialize AnimaSync</h2>
554554
<button data-action="fold">Fold</button>
555555
</div>
556556
</div>
557-
<div class="code-block"><span class="kw">const</span> CDN = <span class="str">'https://cdn.jsdelivr.net/npm/&#64;goodganglabs/lipsync-wasm-v1&#64;0.4.2'</span>;
557+
<div class="code-block"><span class="kw">const</span> CDN = <span class="str">'https://cdn.jsdelivr.net/npm/&#64;goodganglabs/lipsync-wasm-v1&#64;0.4.3'</span>;
558558

559559
<span class="kw">const</span> { <span class="fn">LipSyncWasmWrapper</span> } = <span class="kw">await</span> <span class="fn">import</span>(<span class="str">`${CDN}/lipsync-wasm-wrapper.js`</span>);
560560
<span class="kw">const</span> lipsync = <span class="kw">new</span> <span class="fn">LipSyncWasmWrapper</span>({ <span class="attr">wasmPath</span>: <span class="str">`${CDN}/lipsync_wasm_v1.js`</span> });
@@ -828,7 +828,7 @@ <h2 class="step-title">Add Real-time Microphone</h2>
828828
// ════════════════════════════════════════
829829
// Config
830830
// ════════════════════════════════════════
831-
const VERSION = '0.4.2';
831+
const VERSION = '0.4.3';
832832
const CDN = `https://cdn.jsdelivr.net/npm/@goodganglabs/lipsync-wasm-v1@${VERSION}`;
833833
const ARKIT_52 = [
834834
'browDownLeft','browDownRight','browInnerUp','browOuterUpLeft','browOuterUpRight',

examples/vanilla-avatar/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h2>52 ARKit Blendshapes — V2 Student</h2>
199199
// No 3D avatar, no Three.js. Pure audio → lip sync data (52-dim).
200200
// ================================================================
201201

202-
const VERSION = '0.3.10';
202+
const VERSION = '0.4.3';
203203
const CDN = `https://cdn.jsdelivr.net/npm/@goodganglabs/lipsync-wasm-v2@${VERSION}`;
204204

205205
// ── All 52 ARKit blendshape channels ──

examples/vanilla-basic/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h2>52 ARKit Blendshapes — V1 Phoneme</h2>
199199
// No 3D avatar, no Three.js. Pure audio → lip sync + expression + blink data.
200200
// ================================================================
201201

202-
const VERSION = '0.3.10';
202+
const VERSION = '0.4.3';
203203
const CDN = `https://cdn.jsdelivr.net/npm/@goodganglabs/lipsync-wasm-v1@${VERSION}`;
204204

205205
// ── All 52 ARKit blendshape channels ──

examples/vanilla-comparison/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h1>Anima<span>Sync</span></h1>
253253
// ================================================================
254254
// Config
255255
// ================================================================
256-
const VERSION = '0.3.10';
256+
const VERSION = '0.4.3';
257257
const CDN_V1 = `https://cdn.jsdelivr.net/npm/@goodganglabs/lipsync-wasm-v1@${VERSION}`;
258258
const CDN_V2 = `https://cdn.jsdelivr.net/npm/@goodganglabs/lipsync-wasm-v2@${VERSION}`;
259259

0 commit comments

Comments
 (0)