Text to Sign Language Translator Elixir Library. It uses the resources in https://www.signingsavvy.com/ to translate a list of words to sign language.
- Add
text_2_signto your list of dependencies inmix.exs:
def deps do
[{:text_2_sign, git: "https://github.com/Waasi/text_2_sign"}]
endText2Sign.Translator.translate ["Hello", "World"] # => [hello_sign_video_url, world_sign_video_url]- Fork it ( https://github.com/[my-github-username]/text_2_sign/fork )
- Create your feature branch (
git checkout -b feature/my_new_feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
The people @ Signing Savvy for all the resources that made this library possible.