Skip to content

Commit

Permalink
英語説明化、リンクのつながり用のREADMEの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
htvoffcial authored Sep 9, 2024
1 parent 7bcd454 commit 7db9306
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# siteembeddreader
サイトに読み上げボタンを簡単に設置することができるJavaScriptパッケージです。
タグを貼ればbody内を読み上げてくれます!
![image](https://github.com/user-attachments/assets/461331d5-498c-4454-8d91-8664b0de7ffc)
動作イメージ
```
<script src="siteembeddreader.min.js"></script>
```
```
<div class="rb-1"></div>
```
を任意の場所に設置するだけです。
※divはどのブロック要素でも問題ありません。
A JavaScript package that allows you to easily embed a read-aloud button on your website.
Once the tag is added, it will read the content inside the body!

![Operation Image](https://github.com/user-attachments/assets/461331d5-498c-4454-8d91-8664b0de7ffc)

## How it works
<script src="siteembeddreader.min.js"></script> and
<div class="rb-1"></div>
Simply place them anywhere you like.
*Note: Any block element can be used instead of the `div`.

[Click here for the sample page](https://haruharu-television-group.github.io/siteembeddreader/sample/)

---

### Related Links
- [Haruharu TV Group Official Github Pages](https://haruharu-television-group.github.io/)
- [Haruharu TV Group Corporate Site](https://group.haruharutv.jp/en/)


0 comments on commit 7db9306

Please sign in to comment.