according to this link, I want to convert mnemonic words to its corresponding seed. I want to do this by javascript and use it in webclients without nodeJS.
the library that I have in mind is cryptoJS.
I am planning to use function pbkdf2, but I don't know which js file I need to add to html page.