Skip to content

Commit

Permalink
deploy: eb41dcf
Browse files Browse the repository at this point in the history
  • Loading branch information
r74tech committed Jun 24, 2024
1 parent cee6cd9 commit 06d0a66
Show file tree
Hide file tree
Showing 10 changed files with 1,367 additions and 31 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
gtag('config', 'G-Q9CR0QHZF8');
gtag('config', 'G-YHEKX9SHES');
</script>
<script type="module" crossorigin src="/main-f0ddef6f.js"></script>
<link rel="stylesheet" href="/index-0e7bda80.css">
<script type="module" crossorigin src="/main-01022aa6.js"></script>
<link rel="stylesheet" href="/index-4d83d71b.css">
</head>

<body id="skrollr-body">
Expand Down
11 changes: 11 additions & 0 deletions ftml.web.worker.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { init, renderHTML, ready, loading } from './lib/ftml-wasm/esm/wj-ftml-wasm.esm.js';

init();
onmessage = async (e) => {
if (!ready) await loading;
const ftmlSource = e.data.value;

const { html, styles } = renderHTML(ftmlSource);
const type = e.data.type;
postMessage({ html, styles, type });
};
1 change: 0 additions & 1 deletion index-0e7bda80.css

This file was deleted.

1 change: 1 addition & 0 deletions index-4d83d71b.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
gtag('config', 'G-Q9CR0QHZF8');
gtag('config', 'G-YHEKX9SHES');
</script>
<script type="module" crossorigin src="/main-f0ddef6f.js"></script>
<link rel="stylesheet" href="/index-0e7bda80.css">
<script type="module" crossorigin src="/main-01022aa6.js"></script>
<link rel="stylesheet" href="/index-4d83d71b.css">
</head>

<body id="skrollr-body">
Expand Down
Loading

0 comments on commit 06d0a66

Please sign in to comment.