Skip to content

NHV33/kana-pronunciation-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kana Pronunciation Guide

Automatically annotates all the hiragana and katakana on a page with latin character transliterations (i.e., "romaji"), which may be useful for people who are just starting to learn Japanese.

Live Demo:

nhv33.github.io/kana-pronunciation-guide

How to Use:

  • Download a webpage with your browser (using ctrl+s, etc.).
  • Open the html file in a text editor.
  • Save the script.js file to the same folder as the .htm or .html file.
  • Paste <script src="script.js" async defer></script> at the very bottom of the inside of the body tag.

When pasted, it should look something like this:

    <script src="script.js" async defer></script>
  </body>
</html>