Skip to content

Commit

Permalink
deploy: dd0887c
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Oct 17, 2023
1 parent 5984e03 commit d88a6a2
Show file tree
Hide file tree
Showing 3 changed files with 1,930 additions and 7 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@
}

.status {
color: var(--c3);
font-size: 0.8em;
color: var(--c5);
background: var(--c1);
padding: 0.5em 1em;
}
Expand All @@ -246,7 +247,7 @@
<div id="js-status" class="status">Loading...</div>
</aside>
<script type="module">
import { run } from "https://cdn.skypack.dev/textchecker-element/public-dist/textchecker-element.es.js";
import { run } from "./textchecker-element.esm.js";

run("./textlint-worker.js");
</script>
Expand Down
Loading

0 comments on commit d88a6a2

Please sign in to comment.